Question: A002 Design and implement a Java application that takes two matrices A(nxm), B(jxk), and prints their; 1. ID Matrices 2. AT and BT 3. AxB

A002 Design and implement a Java application that takes two matrices A(nxm), B(jxk), and prints their; 1. ID Matrices 2. AT and BT 3. AxB and BxA IF, it the dimensions of the matrices are not compatible to find the products, the application should throw a custom exception MatricesNotCompatible with a proper message string Compress all your java files as one single file and submit A003 1. Design an FSM M1 to recognize the regular language of all strings that contain the string 001 as a substring. Give the formal definition and diagram of the FSM. 2. Design an FSM M2 that does NOT recognize the regular language of all strings that contain the string 001 as a substring. Give the formal definition and diagram of the FSM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
