This is a sample video. To access the full content, please Login
--> exec('C:\Users\MYPC\Desktop\IIT BOMBAY-SCILAB FDP 29.05.2023 to 03.06.2023\V-18 code\GaussJordanElimination.sci', -1)Enter the coeffiecient matrix : [0.7,1725;0.4352,-5.433]Enter the right-hand side matrix : [1739;3.271]--> GaussJordanElimination(A,b)at line 55 of function GaussJordanElimination ( C:\Users\MYPC\Desktop\IIT BOMBAY-SCILAB FDP 29.05.2023 to 03.06.2023\V-18 code\GaussJordanElimination.sci line 67 )With input arguments, return / resume expects output arguments.
can the newton raphson method be solved along with the fast decoupled method?
I am using Scilab 6.1.0 over Ubuntu 19.10. After executing the command GaussJordanElimination(A,b), I get the error "With input arguments, return / resume expects output arguments."
24583 visits
Outline: * Explain Gauss Elimination method algorithm * Explain code for Gauss Elimination method and solve an example using this code * Explain Gauss Jordan method algorithm * Explain code for Gauss Jordan method and solve an example using this code
* Explain Gauss Elimination method algorithm * Explain code for Gauss Elimination method and solve an example using this code * Explain Gauss Jordan method algorithm * Explain code for Gauss Jordan method and solve an example using this code
Show video info
Pre-requisite