Purchase Solution

VB.NET Matrix Addition (3x3)

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

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

Purchase this Solution

Solution Summary

Solution contains a VB.NET Matrix 3x3 addition project. The project is compiled and tested. The UI interface is simple and displays two matrices and a resulting matrix, calculate, clear, exit buttons.

Solution Preview

Please find attached the Matrix 3x3 addition project. The VB.NET project is compiled and tested ...

Purchase this Solution


Free BrainMass Quizzes
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.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Networking Questions

This quiz consists of some basic networking questions.