Blog gratis
Reportar
Editar
¡Crea tu blog!
Compartir
¡Sorpréndeme!
¿Buscas páginas de matrices?
img
img

 

 

pascal
Blog de msr

img
img
« Blog
Entradas por tag: matrices
23 de Mayo, 2011 · General
División de dos matrices en pascal.
Para el uso de este procedmiento son necesarios los siguientes procedimientos.
Matriz Inversa
Multiplicar matrices

Dado la siguiente declaración de tipos:
type
tDimension = 1..100;
eMatriz(f,c: tDimension) = array [1..f,1..c] of real;

tRango = record
f,c: tDimension value 1;
end;

tpMatriz = ^eMatriz;


procedure Dividir(m1, m2: tpMatriz; var resul: tpMatriz);
var inversa: tpMatriz;
begin
{ Calcular inversa de m2 }
new (inversa, m2^.f, m2^... Continuar leyendo
publicado por msr a las 20:21 · Sin comentarios  ·  Recomendar
23 de Mayo, 2011 · General
Muestra Matices en la salida estandar

type
tDimension = 1..100;
eMatriz(f,c: tDimension) = array [1..f,1..c] of real;

tRango = record
f,c: tDimension value 1;
end;

tpMatriz = ^eMatriz;


procedure EscribirMatriz(var m: tpMatriz);
var filas,col : integer;
begin
for filas := 1 to m^.f do begin
for col := 1 to m^.c do
write(m^[filas,col]:7:2);
writeln(resultado);
writeln(resultado)
end;
end;
publicado por msr a las 20:19 · Sin comentarios  ·  Recomendar
img
.Sobre mí
FOTO

Mirta Rojas



» Ver perfil

img
.Calendario
Ver mes anterior Abril 2024 Ver mes siguiente
DOLUMAMIJUVISA
123456
78910111213
14151617181920
21222324252627
282930
img
.Buscador
Blog   Web
img
.Tópicos
» General (8)
img
.Nube de tags [?]
img
.Secciones
» Inicio
img
.Enlaces
img img
FULLServices Network | Blog gratis | Privacidad