Suma y Multiplicacion de Matrices php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> Lea dos arreglos A y B de 5 filas y 5 columnas</title> <style type="text/css"> <!-- .Estilo1 {color: #0000FF} .Estilo2 {font-family: Arial, Helvetica, sans-serif} body { background-image: url(WP_YoshiMain_1280x1024_001.jpg); } .Estilo4 {font-family: "Comic Sans MS"; color: #006600; } --> </style> <script language="javascript"> function validarEntero(valor){ valor = parseInt(valor) if (isNaN(valor)) { return "" }else{ return valor } } function validar(){ i1 =...
Comentarios
Publicar un comentario