'Matrix calculator' data sets are designed to handle matrix computations. Up to five Matrices are defined in the Matrix Editor tab. (Described below). Once defined, you type matrix expressions to be evaluated in the Program tab, using variables to represent the matrices. A full range of matrix operations are supported, and results appear on the text view.
Type matrix expressions and other commands in the 'Program tab'. You can even program loops for generating matrix series. This example is a program included with Maths Helper Plus. It solves simultaneous linear equations in any number of unknowns. You use the 'Matrix Editor' tab to input the equation coefficients in matrix 'A', and the right side values as a column matrix 'B'. Click the 'Run' button to view the solutions on the text view.
For example, consider these linear equations:
Then the coefficient matrix, 'A' is:
and the column matrix 'B' of right side values is:
The solutions appear on the text view like this:
Solve the linear equations with coefficients: A = 2 3 -1 0 -4 6 5 9 2 and right side values: B = -7 26 -7 Then the solutions: x y z are as follows: X = 1 -2 3
This options tab has a large edit box where you enter and edit matrices. Type the elements of your matrix with commas between them, like this: 1,
2, 3 Use expressions for the elements, like this: 2/3,
3/4, 5/8 To enter large matrices quickly, take advantage of the following short cuts:
This tab has options to create working steps for basic matrix operations on matrices 'A' and 'B'. The options are only available for 2 by 2 matrices. Here is a sample output created by this option:
|