0% found this document useful (0 votes)
124 views2 pages

Flowchart

The document describes a flowchart for performing matrix operations. It starts by asking the user to choose an operation - addition, subtraction, or multiplication. It then prompts the user to input the sizes of the matrices and their elements. The chosen operation is performed on the matrices, and the result is printed. The user is asked if they want to perform another operation and the flowchart loops back or ends.
Copyright
© Attribution Non-Commercial (BY-NC)
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)
124 views2 pages

Flowchart

The document describes a flowchart for performing matrix operations. It starts by asking the user to choose an operation - addition, subtraction, or multiplication. It then prompts the user to input the sizes of the matrices and their elements. The chosen operation is performed on the matrices, and the result is printed. The user is asked if they want to perform another operation and the flowchart loops back or ends.
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 2

FLOWCHART

START

Chose Operation [1] [2] [3] [4]

Input Size of Matrix

Input Size of Matrix

Input Size of MatrixA

Input Size of Matrix

Input Elements of Matrix A

Input Elements of Matrix A

Input Size of MatrixB Matrix A

Input Elements of Matrix

Transpose Matrix Input Elements of Matrix B Input Elements of Matrix B Input Elements of Matrix A

Print Result

Perform Operation(+) Print Result

Perform Operation(-) Print Result

Input Elements of Matrix B

Perform Operation(*)

Print Result

Perform another operation?

Yes

No END

You might also like