Purchase Solution

Application for matrix addition

Not what you're looking for?

Ask Custom Question

Create an application that would perform matrix addition. Each matrix must be three rows by three columns. The following is an example:

Store each matrix in an array.
1. The form must allow the user to input each element for both matrices.
2. The input must be done through text boxes, and the number of characters must be limited to two characters per text box.

3. By default, Matrix 1 would have the following value:
5, 2, 3
8, 32, 1
4, 9, 10

By default, Matrix 2 would have the following value:

2, 1, 3
9, 3, 2
6, 7, 20

1.The application must display the results in a message box.
2. Make the Calculate button the Accept button.
3. Create a Clear button that will clear the result text box and reset all text boxes, 4. controls, and internal variables used.
5. Create an Exit button.
6. Use labels to identify the input and output controls.

Purchase this Solution

Solution Summary

Matrix addition application is created in Visual C++.

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.