Project of Java For Matrices
Project of Java For Matrices
Output
For each test case print the test case number, then print the result of each query.
Sample for a program execution:
Input
Output
Case #1:
----------------------Transpose B
30 57 32 93 33
88 12 95 13 28
MUL A B
18564 19127
Case #2:
----------------------SUBT A B
-23 4 -25 -31
28 -40 -4
18
-21 62 28
4
61 31 23 -49
Transpose A
68 49 32 98
64 58 98 38
3 29 33 44
9 37 66 27
SUM
159
70
85
135
A B
124
156
134
45
31
62
38
65
49
56
128
103
MUL A
8024
8583
9161
13047
B
10523
9927
13174
11377
4220
4208
5681
4785
4806
7672
10204
9422
MUL B
13944
9148
11604
10979
A
13568
10984
8326
7720
4697
4830
4096
4351
5967
6506
3813
4030
Notes:
A group consists of one or two students.
o Each group must send for me the name and the student number
via email before 1/12/12016
You must use methods and OOP if needed to improve your program.
Send me via EMAIL: netbeans project file, file> export to zip.
Name the project file with
o GroupNumber_P2 : Ex: 1_P2
or if there is one in group
o StdNum_P2 : 12015xxxx_P2
Message Subject with the same name of project file.
Assessment Points:
The assessment of project will be according to:
1- Functionality:
All functions are working correctly and give a correct result
2- Validation:
You must do a validation for each step before you start your
calculations in the project (# of test cases, matrices dimensions and
other validation while calculating A x B)
3- Clarity:
Code parts must be clear and sorted.
Info:
PROJECT WHIGHT: 15 PTS
PROJECT DEADLINE: 15/12/2016
PROJECT DESCUSSION: 18/12/2016 & 20/12/2016