0% found this document useful (0 votes)
301 views2 pages

Motilal Nehru College University of Delhi B.Sc. (H) Physics, III Semester (Scilab)

The document contains 25 questions related to programming concepts and applications in Scilab. The questions cover topics such as the differences between Scilab and C++, writing programs to model physical laws like Hooke's law and Newton's law of cooling, matrix multiplication, numerical integration techniques like Runge-Kutta, plotting functions, solving differential equations, and using loops and conditional statements. The questions are aimed at helping students learn the Scilab programming environment and evaluate their understanding of core programming and mathematics concepts.

Uploaded by

Deepak Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
301 views2 pages

Motilal Nehru College University of Delhi B.Sc. (H) Physics, III Semester (Scilab)

The document contains 25 questions related to programming concepts and applications in Scilab. The questions cover topics such as the differences between Scilab and C++, writing programs to model physical laws like Hooke's law and Newton's law of cooling, matrix multiplication, numerical integration techniques like Runge-Kutta, plotting functions, solving differential equations, and using loops and conditional statements. The questions are aimed at helping students learn the Scilab programming environment and evaluate their understanding of core programming and mathematics concepts.

Uploaded by

Deepak Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Motilal Nehru College

University of Delhi
B.Sc. (H) Physics, III Semester
(Scilab)

1. Give the basic differences between scilab and C++.


2. Write the programming of Hooke’s law in scilab.
3. What is Newton’s law of cooling?
4. Write the programming to multiply two matrices in scilab.
5. What is the generating function for Bessel’s polynomial?
6. How to plot 2D curve in scilab?
7. Write the formula for Runge- Kutta fourth order method.
8. Give two advantages and disadvantages of scilab.
9. Write 1D partial heat equation.
10. Give the programming of Harmonic oscillator (no friction).
11. Plot Legendre Polynomials for n=1,2,3 4,5.
12. Give an example of nested loops.
13. What is Scicos?
14. Solve Radioactive decay using scilab.
15. Write the programming in scilab to solve
dy/dx =exp(-x) with y=0 for x=0.
16. Write three different ways to enter matrix.
17. What is the difference between A^2 and A.^2?
18. Explain arguments of ODE.
19. Write a command to plot (1,2); (2,4); (3,6)?
𝑑2 𝑦
20. Make function for differential equation = 𝑓(𝑡, 𝑦) for ode package.
𝑑𝑡 2
21. What is the difference between A.B and A.^B?
22. How to write pi, iota and exponentials in scilab?
23. Write polynomial x2 + 2x + 1 in scilab.
24. Write command in scilab to Differentiate x2 + 2x + 1
25. Explain working of for loop in scilab.

You might also like