var tmenu='<table border="0" cellspacing="0" cellpadding="0"><tr><td>'+
'<table border="0" cellpadding="2" cellspacing="0" height="398" width="114">'+
'<tr>'+
'<td height="81" width="108"><a HREF="index.htm">'+
'<img src="images/matrik.jpg" name="nmatrik" BORDER="0" alt="Ir a Principal" width="108" height="75" onmouseout="this.src=\'images/matrik.jpg\';window.status=\' \';return true" '+
'onmouseover="this.src=\'images/matrikp.jpg\';window.status=\'Álgebra matricial\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="defi.htm"><img'+
'    src="images/defi.jpg" name="ndefi" width="108" height="27" alt="y clasificación"'+
'    BORDER="0" onmouseout="this.src=\'images/defi.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/defip.jpg\';window.status=\'Definiciones y clasificación de matrices.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="suma.htm"><img'+
'    SRC="images/sumaresta.jpg" NAME="nsumres" ALT="y obtenemos A+B" BORDER="0" width="108"'+
'    height="27"     onmouseout="this.src=\'images/sumaresta.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/sumarestap.jpg\';window.status=\'La suma o resta de dos matrices requiere que ambas tengan = nº de filas y de columnas.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="poreal.htm"><img'+
'    SRC="images/poreal.jpg" NAME="nreal" ALT="y obtenemos r.(A)" BORDER="0" width="108"'+
'    height="27"     onmouseout="this.src=\'images/poreal.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/porealp.jpg\';window.status=\'Al multiplicar un nº real por una matriz obtenemos otra matriz.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="producto.htm"><img'+
'    src="images/producto.jpg" NAME="nactivi" width="108" height="27" alt="entonces podemos hacer A.B"'+
'    BORDER="0"     onmouseout="this.src=\'images/producto.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/productop.jpg\';window.status=\'Para multiplicar dos matrices el num. col. de 1ª = al núm. fil. de la 2ª.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="potencia.htm"><img'+
'    src="images/potencia.jpg" NAME="ninfo" width="108" height="27" alt="sucesivos ..." BORDER="0"     onmouseout="this.src=\'images/potencia.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/potenciap.jpg\';window.status=\'La potencia consiste en productos sucesivos de una matriz por si misma.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a href="gauss.htm"><img'+
'    src="images/gauss.jpg" name="ngauss" width="108" height="27" alt="haciendo ceros" BORDER="0"     onmouseout="this.src=\'images/gauss.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/gaussp.jpg\';window.status=\'También denominado método de reducción, de triangulación o de cascada.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="rango.htm"><img'+
'    src="images/ran.jpg" NAME="nmates" width="108" height="27" alt="de filas o columnas" BORDER="0"     onmouseout="this.src=\'images/ran.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/ranp.jpg\';window.status=\'El rango nos dice cuantas filas o columnas son linealmente independientes.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="inversa.htm"'+
'><img src="images/inver.jpg" NAME="nnot" width="108" height="27" alt="por definición"'+
'    BORDER="0"  onmouseout="this.src=\'images/inver.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/inverp.jpg\';window.status=\'Si una matriz tiene inversa es una matriz regular y si no es una matriz singular.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="33" align="center" width="108"><a HREF="determinante.htm"><img'+
'    src="images/deter.jpg" NAME="nfav" width="108" height="27"'+
'    alt="real" BORDER="0"     onmouseout="this.src=\'images/deter.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/deterp.jpg\';window.status=\'El determinante de una matriz es un número real que asociamos a la misma.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="1" align="center" width="108"><a HREF="sistema.htm"><img'+
'    src="images/sist.jpg" NAME="nsist" width="108" height="27"'+
'    alt="¿cuántas? ¿cuáles?" BORDER="0" onmouseout="this.src=\'images/sist.jpg\';window.status=\' \';return true"'+
'    onmouseover="this.src=\'images/sistp.jpg\';window.status=\'Para resolver un sistema primero comprobamos si tiene solución aplicando el th. de Rouché-Fröbenius.\';return true"></a></td>'+
'</tr>'+
'<tr>'+
'<td height="1" align="center" width="108">'+
'<a href="walxebra/index.html" target="_blank">'+
'<img border="0" src="images/bgal.jpg" alt="En galego" width="28" height="16">'+
'</a>'+
'</td>'+
'</tr>'+
'</table>'+
'</td></tr></table>';

/***************************************************************************
 *   Copyright© 98-2000                                                    *
 *   jvaamond@fresno.pntic.mec.es               *
 *   This program is free software.                                        *
 *   You can redistribute it and/or modify it under the terms of the GNU   *
 *   General Public License published by the Free Software Foundation.     *
 *   http://www.gnu.org/copyleft/gpl.html                                  *
 ***************************************************************************/
//Función pra xenerar númaros enteiros
function xenera(cadeax){
	var num=0
	num=Math.floor(Math.random()*(19)-9) //enteiro de -9 a 9
	return num
}
//Función pra escreber os númaros nas caixas
function inicial(){
	fil=3
	col=3
	for (var f=1;f<=fil;f++){
		for (var c=1;c<=col;c++){
			var matriza="a"+f+c;
			var cadeax;
			var cadea="document.fdatos."+matriza
			eval(cadea).value=xenera(cadeax)
		}
	}
}
