Dear Innovators and Enthusiasts, The FOSSEE team at IIT Bombay warmly invites you to participate in the Scilab Case Study Hackathon, an exciting opportunity to explore innovation and showcase your skills using Scilab. For more details Click here.
deff('[y]=f(x)','y=1/(2*x+1)')--> Trap_composite(f,0,1,10)at line 2 of function f at line 4 of function Trap_composite ( C:\Users\MYPC\Desktop\IIT BOMBAY-SCILAB FDP 29.05.2023 to 03.06.2023\V-16 Integration-Codefiles\Trap_composite.sci line 8 )Operator /: Wrong dimensions for operation [1x1] / [1x11], same number of columns expected.
--> exec('C:\Users\satyanarayana\Desktop\Spokentutorial\Scilab\CompositeTrapezoidal.sce', -1)--> deff('[y]=f(x)','y=1/(2*x+1)')--> Composite_Trap(f,0,1,10)at line 2 of function f at line 4 of function Composite_Trap ( C:\Users\satyanarayana\Desktop\Spokentutorial\Scilab\CompositeTrapezoidal.sce line 4 )Inconsistent row/column dimensions.
when we solve equation , the code on the editor we have to paste on console window or directly write the output deff () function in the console window to get output .
deff('[y]=f(x)','y=1/(2*x+1)') Trap_composite (f,0,1,10)at line 2 of function f at line 4 of function Trap_composite ( C:\Users\lenovo\AppData\Local\Temp\Rar$DIa8792.4780\Trap_composite.sci line 8 )Inconsistent row/column dimensions. .unable to get the answer
Can we solve problems on limits?
we are using scilab version 5.5.2 in windows 7 how we can get text editor for solving the assignment in integration tutorial
how we will find the numerical integration using weddles rule for n=6 and n=12is there any special command or method is there in scilab
-->deff('[y]=f(x)','\xfd=1/(2*x+1)')\xfd=1/(2*x+1) !--error 2 Invalid factor.at line 2 of function f called by : deff('[y]=f(x)','\xfd=1/(2*x+1)')unable to create function with deff (showing error)
650 visits
Outline:* विविध कंपोझिट न्युमरिकल इंटिग्रेशन अल्गोरिदम्ससाठी Scilab कोड डेव्हलप करणे *इंटिग्रल समान इंटरव्हल्समधे विभागणे *प्रत्येक इंटरव्हलला अल्गोरिदम लागू करणे * इंटिग्रलच्या कंपोझिट किंमतीची गणना करणे
* विविध कंपोझिट न्युमरिकल इंटिग्रेशन अल्गोरिदम्ससाठी Scilab कोड डेव्हलप करणे *इंटिग्रल समान इंटरव्हल्समधे विभागणे *प्रत्येक इंटरव्हलला अल्गोरिदम लागू करणे * इंटिग्रलच्या कंपोझिट किंमतीची गणना करणे
Show video info
Pre-requisite