0% found this document useful (0 votes)
144 views7 pages

Maths Project

The document summarizes a student's math project on making all possible 2x3 matrices using the numbers 0, 1, and 2, done using Python. It includes an introduction to matrices, the aim to generate all possible 2x3 matrices, and how the number of possibilities was determined to be 729. The project was completed under the guidance of a teacher and includes an acknowledgment and table of contents sections.

Uploaded by

Anirudh Vijay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
144 views7 pages

Maths Project

The document summarizes a student's math project on making all possible 2x3 matrices using the numbers 0, 1, and 2, done using Python. It includes an introduction to matrices, the aim to generate all possible 2x3 matrices, and how the number of possibilities was determined to be 729. The project was completed under the guidance of a teacher and includes an acknowledgment and table of contents sections.

Uploaded by

Anirudh Vijay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

KENDRIYA VIDYALAYA KOLIWADA

“MAKING OF 729 COMBINATION OF MATRICES


USING PYTHON PROGRAME”

PROJECT SUBMITT
ED BY
AKASH JOSHI
CLASS: XII A
UNDER THE GUIDA
N C E O F:
Dr. SREEDHAR MUGITHI
KENDRIYA VIDYALAYA KOLIWADA
MUMBAI
CERTIFICATE
This is to certify that master Akash Joshi has
completed the Mathematics project entitled
“MAKING OF 729 COMBINATON OF MATRICES
USING PYTHON PROGRAME” for AISSCE 2020
Mathematics as per CBSE norms under the
guidance of Dr. Sreedhar Mugithi
PGT(Mathematics) KV Koliwada Mumbai. The
data mentioned in the project are based on his
original findings.
Mr., Rakesh Dr. Sreedhar
Bagariya Mugithi
Principal PGT Mathematics
K.V KOLIWADA K.V KOLIWADA
MUMBAI MUMBAI

External Examiner
ACKNOWLEDGMENT

I would like to express my profound and appreciation to


those who helped me with this project for their time and for
sharing their insights about the project.

I have been immeasurably enriched by working under the


guidance and supervision of DR SREEDHAR MUGITHI PGT
MATHS, who has a great level of knowledge and has an art
of challenging, correcting and directing me in every situation
possible, Which has enabled me to complete the project, I
would also like to thank all the people who have helped me
in this project.
01 INTRODUCTION
02 DETERMINATION OF
CONTENTS

NUMBER OF POSSIBILITIES.
03 PYTHON PROGRAM
TABLE

04 729 MATRICES
OF
INTRODUCTION
What is a matrix?
A matrix is a rectangular array of numbers or other mathematical
objects for which operations such as addition and multiplication are
defined.

AIM:
Aim for this project is to make all the possible matrix using the
objects/numbers as ; 0,1,2 and of order 2x3.

HOW IT WAS MADE POSSIBLE?


This project is made using a python(programming language). And I
account myself for all designing and making of the program.
DETERMINATION OF NUMBER OF
POSSIBILITIES

The above matrix is of order 2x3, and we are


supposed to fill each block by either 0,1 or 2.

EACH POSITION CAN BE FILLED IN 3


DIFFERENT WAYS. i.e. either 0,1 or 2

TOTAL NUMBER OF MATRIX = 3x3x3x3x3x3


= 36

=729
PYTHON PROGRAM

You might also like