% Minc=Matriz de Incidencia Elementos-Barras % Minc(i,j): i=Elemento j=Barra % Barra 1 = m % Barra 2 = S % Barra 3 = R % NS Elemento 1 % NR Elemento 2 % Sm Elemento 3 % SR Elemento 4 % Rm Elemento 5 % SR(Imp. Transferencia)Elemento 6 %[Minc]=subMinc(1); function [Minc]=subMincT(u) Minc=zeros(6,3); Minc(1,2)=-1; Minc(2,3)=-1; Minc(3,1)=-1;Minc(3,2)=1; Minc(4,2)=1;Minc(4,3)=-1; Minc(5,1)=-1;Minc(5,3)=1; Minc(6,2)=1;Minc(6,3)=-1; e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


ANÁLISIS DE ACTUACIÓN DE LAS PROTECCIONES 21 Y 67N ANTE FALTAS SIMPLES, MULTIPLES E INTERCIRCUITO EN LÍNEAS ELÉCTRICAS SOBRE LOS MISMOS APOYOS

: Ruiz Lozano, José Luis
: Ingeniería Industrial
Contenido del proyecto:
Directorio raíz  >  z_Prog  >  PGc  >  PG122c  >  subMincT.m