Write the augmented matrix for the system calculator

' } } ] }); pp.show(); } function createAboutWindow() { var pp = Ext.create('Ext.Window', { layout : 'absolute', width : 505, height : 300, title: 'Mathstools', id: 'panelHelp', animCollapse : true, collapsible : true, closable : true, hidden: false, renderTo: Ext.getBody(), bodyStyle: 'padding: 8px; overflow: auto; width: 480px; ', items: [ { xtype: 'box', id: 'helpContainer', autoEl: { tag: 'div', style: 'text-align: center; color: darkRed; font-weight: bold;', html: 'Mathstools About us' } } ] , listeners: { 'render': function(panel) { var url = '/index.php/section/crud?crudid=67'; $('#helpContainer').load(url, null , function (responseText, textStatus, XMLHttpRequest) { }); } } }); pp.show(); } function createHelpWindow(idParent, ttt, uuu, isHelp) { var pp = Ext.create('Ext.Window', { layout : 'absolute', width : 890, height : 550, title: ttt, id: 'panelHelp', animCollapse : true, collapsible : true, closable : true, hidden: false, renderTo: Ext.getBody(), bodyStyle: 'padding: 8px; overflow: auto;', items: [ { xtype: 'box', id: 'helpContainer1', autoEl: { tag: 'div', style: 'text-align: center; color: darkRed; font-weight: bold;', html: '

Write the augmented matrix for the system calculator

' } }, { xtype: 'box', id: 'helpContainer', autoEl: { tag: 'div', style: 'top: 100px; border: 2px solid #000000; border-radius: 15px 15px 15px 15px; position: relative!important; text-align: left; font-weight: bold; padding-right: 10px;', styleCls: 'definitionDiv', styleClass: 'definitionDiv', html: ttt } } ] , listeners: { 'render': function(panel) { var url =uuu; $('#helpContainer').load(url, null , function (responseText, textStatus, XMLHttpRequest) { /*alert('statuys' + textStatus);*/ }); } } }); pp.show(); } function addFeedbackPanel(panel, app) { var pp = Ext.create('Ext.panel.Panel', { width: 485, title: 'Send us your Feedback', id: 'panelFeedback', bodyStyle: 'padding: 8px;', x: 200, y: 0, items: [ { xtype: 'box', autoEl: { tag: 'div', style: 'text-align: center; color: darkRed; font-weight: bold;', html: 'Yours feedbacks are wellcome' } }, { xtype: 'box', autoEl: { tag: 'div', style: 'text-align: left; padding: 5px; padding-top: 10px; padding-bottom: 10px; line-height: 17px', html: "Did you like our applications?Have any suggestions?Got some text that you would like post it on www.mathstools.com? " } }, { xtype: 'box', autoEl: { tag: 'div', style: 'text-align: left; padding: 5px; padding-top: 10px; padding-bottom: 10px; line-height: 17px', //html: 'Still not registered? Register here' html: 'Hate messages or messages that do not contribute anything will not be published and nor answered. Check our Policy here' } }, { xtype: 'textfield', width: 570, heigth: 190, fieldLabel: 'Name', labelWidth: 100, value: '', x: 5, y: 10, inputId: 'name' }, { xtype: 'splitter' // A splitter between the two child items }, { xtype: 'textfield', width: 570, heigth: 190, fieldLabel: 'Email', labelWidth: 100, value: '', x: 5, y: -2, inputId: 'email' }, { xtype: 'splitter' // A splitter between the two child items }, { xtype: 'textarea', heigth: 150, fieldLabel: 'Your Text here', labelWidth: 100, width: 570, rows: 7, value: '', x: 5, y: -2, inputId: 'text' }, { xtype: 'button', text: 'Clear Form', style: {'float': 'left', 'margin-left': '20px;'}, handler: function(){ cleanForm(); } }, { xtype: 'button', styleHtmlCls: 'button', text: 'Send', style: {'float': 'right', 'margin-right': '20px;'}, handler: function(){ sendFeedBack(app); } } /* , { xtype: 'button', styleHtmlCls: 'button', text: 'Register here', style: {'float': 'right', 'margin-right': '20px;'}, handler: function(){ goTo('/section/forum/L2ZvcnVtL3VjcC5waHAXXXbW9kZT1yZWdpc3Rlcg%3D%3D'); } } */ ] }); panel.add(pp); } function generateSolutionImg(result, title) { $('#panelWidget').remove(); var pp = Ext.create('Ext.Window', { layout : 'absolute', width : 505, height : 300, title: title, id: 'panelWidget', animCollapse : true, collapsible : true, closable : true, hidden: false, renderTo: Ext.getBody(), bodyStyle: 'padding: 8px; overflow: auto;', items: [ { xtype: 'box', style: 'text-align: center;', autoEl: { tag: 'div', style: 'display: block; float: none; text-align: center ! important; width: 100%; clear: both;', html: '

Write the augmented matrix for the system calculator
' } }, { xtype: 'box', id: 'widgetHelpContainer', autoEl: { tag: 'div', style: 'text-align: left; width: 100%; float: none; clear: both; margin-top: 30px;', html: result } } ] }); pp.show(); } //-->

The Linear Systems Calculator: The intuitive Matrix calculator

Linear Systems Calculator is another mathstools on line app to make matrix operations whose are

1) Jordan cannonical form calculation.

2) Characteristic Polinomial of matrix A..

3) Solve linear equations systems in the form Ax=b.

4) Several matrix operations as calculate inverse, determinants, eigenvalues, diagonalize, LU decomposition in matrix with real or complex values

5) Sum, multiply, divide Matrix.

Inputs

Linear Systems Calculator is not restricted in dimensions.

1) Enter the coefficient matrix in the table labeled "Matrix A", note that in the right menu you can add rows and columns using the "Add Column" or delete the option "Delete column"
2) Enter the coefficients vector in the table labeled "Vector B", note that in the right menu you can add dimensions to this vector "Add Column" or delete the option "Delete column"

Outputs

To solve the system of linear equations Ax = B, click the menu item "Solve Ax = B"

To calculate the determinant of the matrix A, click the menu option "Determinant"

To calculate the inverse of the matrix, click the menu option "Invert"

To calculate the the matrix A eigenvalues, basis of eigenvectors and the diagonal form click the menu option "Eigenvalues".
To calculate the Jordan canonical form click in "Jordan Form".
To calculate the LU factorization of A form click in "LU Decomposition".
To the matrix sum, click on button "Other Matrix", a new window will open to input other matrix to multiply, sum or divide by A.

Final comments

The Linear Systems Calculator uses the LU decomposition for some of the calculations.

The Linear Systems Calculator does not require installation of any kind, just a browser with javascript support.