Question: Can someone help to do my C sharp homework In this exercise, you will code an application that makes two random matrices and performs multiplication,
Can someone help to do my C sharp homework
In this exercise, you will code an application that makes two random matrices and performs multiplication, addition and subtraction operations.
Please begin by creating a project called matrixOps and creating the form as shown below. Make sure to give form components, data and methods meaningful names, and use comments for the program description, methods and significant blocks of code. You will also need to declare 3 matrix identifiers as class data to contain the A, B and C matrices.
150. The textboxes for buttons Make Matrix for A and B must be validated as an Int32 during the Leave event (Hint: try to convert the text property into an Int32 and use Try-Catch). The user should not be able to leave the TextBox until a valid integer is entered. The initial value of the Text property for all Rows and Cols should be set to 3 and the cursor should be placed in the Matrix A Rows Textbox when the form loads. Set a reasonable tab order to start at the Rows TextBox for Matrix A and tab through the components to allow efficient entry of data and execution of operations for the application. The Make Matrix button click events for A and B should call a method to generate random matrices of dimensions recorded in the Rows and Cols textboxes. For example, if you click Make Matrix A, given the state of the form above, 1. A method should be called to create a 3 x 3 A matrix with random doubles 2. Another method should be called to convert the matrix to a string and copy it to the textbox
The details are given below



Matrix ops Matt A Matrix B Rows Make Manno A Make Matrix B Select Operation Mutply O Add O subtract Calculate Cols Matt Make Bidentty Gear Matncea Matrix ops Matt A Matrix B Rows Make Manno A Make Matrix B Select Operation Mutply O Add O subtract Calculate Cols Matt Make Bidentty Gear Matncea
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
