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."
2245 visits
Outline:Gauss Elimination method algorithmஐ விளக்குவது Gauss Elimination methodக்கான codeஐ விளக்கி, இந்த codeஐ பயன்படுத்தி ஒரு உதாரணத்தை தீர்ப்பது Gauss-Jordan method algorithmஐ விளக்குவது Gauss-Jordan methodக்கான codeஐ விளக்கி, இந்த codeஐ பயன்படுத்தி ஒரு உதாரணத்தை தீர்ப்பது
Gauss Elimination method algorithmஐ விளக்குவது Gauss Elimination methodக்கான codeஐ விளக்கி, இந்த codeஐ பயன்படுத்தி ஒரு உதாரணத்தை தீர்ப்பது Gauss-Jordan method algorithmஐ விளக்குவது Gauss-Jordan methodக்கான codeஐ விளக்கி, இந்த codeஐ பயன்படுத்தி ஒரு உதாரணத்தை தீர்ப்பது
Show video info
Pre-requisite