A C D E F G H I J L M N O P R S T V

R

RANGO1 - Static variable in class mx.edu.ulsa.cib4132005.practica1.Nomina
 
RANGO2 - Static variable in class mx.edu.ulsa.cib4132005.practica1.Nomina
 
RANGO3 - Static variable in class mx.edu.ulsa.cib4132005.practica1.Nomina
 
REPROBADO - Static variable in class mx.edu.ulsa.cib4132005.practica1.NivelAcademico
 
resolver() - Method in class mx.edu.ulsa.cib4132005.practica1.EcuacionLineal
Resuelve el sistema de ecuaciones lineales de segundo orden, de la siguiente forma:
x= (ce - bf) / (ae - bd )
y= (af - cd) / (ae - bd )
Asigna el resulado a las propiedades x e y del objeto
Ejemplo de uso:
EcuacionLineal ecuacion= new EcuacionLineal(1,1,2,1,-1,0); ecuacion.resolver(); //resuelve con valores x=1 e y=1

A C D E F G H I J L M N O P R S T V