Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
150.695
of 301.806
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.413
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.647
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I am trying to solve the x's, however my answer keeps getting the same answer as matrix b, it should not be generating the same numbers. It should be solving using back substiution in the end of the code
function x = Gauss2(A,b); % Solve linear system Ax = b % using Gaussian elimination without pivoting % A is an n by n matrix ...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Why do I get NaN values? How to Fix?
function x = Gauss2(A,b); % Solve linear system Ax = b % using Gaussian elimination without pivoting % A is an n by n matrix ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I fix index, I keep getting an error
function x = Gauss2(A,b); % Solve linear system Ax = b % using Gaussian elimination without pivoting % A is an n by n matrix ...
alrededor de 7 años hace | 1 respuesta | 0
