Question: mathematica program What is the output of the following code: A = {{1, 2}}; B = {{1, 4}}; c = A*B* O C = {{1,
What is the output of the following code: A = {{1, 2}}; B = {{1, 4}}; c = A*B* O C = {{1, 8}}. O C={{1},{8}}. Inner matrix dimensions must agree. O No output sine we have closed the line of the code by a semicolon
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
