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)
916 visits
Outline:* भिन्न-भिन्न कम्पोज़िट न्यूमेरिकल इंटीग्रेशन अल्गॉरिदम्स के लिए Scilab कोड बनाना * इंटीग्रल को समान अंतरालों में विभाजित करना * प्रत्येक अंतराल पर अल्गॉरिदम लागू करना * इंटीग्रल की कम्पोज़िट वैल्यू की गणना करना
* भिन्न-भिन्न कम्पोज़िट न्यूमेरिकल इंटीग्रेशन अल्गॉरिदम्स के लिए Scilab कोड बनाना * इंटीग्रल को समान अंतरालों में विभाजित करना * प्रत्येक अंतराल पर अल्गॉरिदम लागू करना * इंटीग्रल की कम्पोज़िट वैल्यू की गणना करना
Show video info
Pre-requisite