'
}
}
]
});
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: '
'
}
},
{
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: 'Env\u00EDanos tu 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: 'Tus comentarios son bienvenidos.'
}
},
{
xtype: 'box',
autoEl: {
tag: 'div',
style: 'text-align: left; padding: 5px; padding-top: 10px; padding-bottom: 10px; line-height: 17px',
html: "Que te han parecido nuestras aplicaciones?Tienes Alguna sugerencia?Tienes algun texto y te gustaria publicarlo en www.mathstools.com? "
}
},
{
xtype: 'box',
autoEl: {
tag: 'div',
style: 'text-align: left; padding: 5px; padding-top: 10px; padding-bottom: 10px; line-height: 17px',
//html: 'Aun no estas registrado?
Registrate aqui'
html: 'Mensajes de odio o que no aportan nada no serán publicados ni respondidos. Consulta nuestra
Política aquí'
}
},
{
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: 'Tu comentario',
labelWidth: 100,
width: 570,
rows: 7,
value: '',
x: 5,
y: -2,
inputId: 'text'
},
{
xtype: 'button',
text: 'Limpiar formulario',
style: {'float': 'left', 'margin-left': '20px;'},
handler: function(){
cleanForm();
}
},
{
xtype: 'button',
styleHtmlCls: 'button',
text: 'Enviar',
style: {'float': 'right', 'margin-right': '20px;'},
handler: function(){
sendFeedBack(app);
}
}
/*
,
{
xtype: 'button',
styleHtmlCls: 'button',
text: 'Registrarme',
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: '
'
}
},
{
xtype: 'box',
id: 'widgetHelpContainer',
autoEl: {
tag: 'div',
style: 'text-align: left; width: 100%; float: none; clear: both; margin-top: 30px;',
html: result
}
}
]
});
pp.show();
}
//-->
Calculadora de matrices on line: Calculadora de autovalores, forma canonica de Jordan y otras aplicaciones con matrices
LCalculadora de matrices on line es una aplicacíon que resuelve sistemas de ecuaciones lineales en problemas de la forma
Ax=B
Calculadora de matrices on line es un calculador on line de matrices que permite hacer los siguientes calculos:
1) Calcula la forma canónica de Jordan de una matriz.
2) Calcula la el polonómio característico de una matriz.
3) Resuelve sistemas de equaciones lineales en la forma Ax=b.
4) Operaciones diversas con matrices como calcular la inversa, determinantes y los autovalores y la factorización LU de la matriz A introducida.
5) Suma división y producto de matrices.
Input de la aplicación
Linear Systems Calculator no está restringida en dimensiones.
1) Introduzca la matriz de coeficientes en la tabla con la etiqueta "Matriz A", observe que en el menú de la derecha puede añadir dimensiones o borrarlas con la opción "Añadir Dimensiones"o
borrarlas con la opción "Borrar Dimensión"
Ejecución y output de la aplicación
Para resolver el sistema de ecuaciones lineal Ax=B, pulse en la opción del menú "Resolver Ax=B "
Para calcular el determinante de la matriz A, pulse en la opción del menú "Determinante "
Para calcular la inversa de la matriz A, pulse en la opción del menú "Inversa"
Para calcular los autovalores de la matriz A, la base de autovectores y la forma diagonal pulse en la opción del menú "Autovalores".
Para calcular la forma canónica de Jordan de la matriz A, haga click en el botón "forma de Jordan".
Para calcular la factorización LU de la matriz A, haga click en el botón "Descomposición LU".
Para calcular la suma de matrices pulsa en el botón "Otra Matriz", una nueva ventana se abrirá para poder introducir otra matriz con la que podrá calcular la suma de matrices, producto de matrices, o división de matrices.
Comentarios finales
Calculadora de matrices on line usa la descomposición en forma LU para algunos de los cálculos realizados.
Calculadora de matrices on line no requiere instalación de ningún tipo, basta con un navegador con compatibilidad javascript
if (!function_exists("utf8_encode")){
function utf8_encode($var){
return is_null($var) ? false : $var;
}
}
?>