๐ŸŽ‰ Successfully conducted a webinar on #Scilab and #Xcos as part of the FOSSEE project, IIT Bombay.

Sessions like these help bridge the gap between academia, industry professionals, and accessible computational tools. It is encouraging to see growing interest in Free and Open Source Software for numerical computing and engineering applications.

โ–ถ๏ธ Session recording:
https://www.youtube.com/live/-1ujPyB5KVo

๐Ÿ“ฉ [email protected]

#FOSSEE #IITBombay #OpenSource #FLOSS #EngineeringEducation #NumericalComputing

ESI Group released #Scilab version 2026.1.0. https://www.scilab.org/download
Scilab 2026.1.0 | Scilab

Interested in numerical computing using open-source software?

Join our webinar on Scilab to learn about modelling, simulation, optimization, and data visualization for engineering applications.

๐Ÿ“… 16 May 2026 | 4:00 PM IST
๐Ÿ”— https://zoom.us/webinar/register/WN_-0CUKvimSxOfpaU06v4Yqw#/registration

#Scilab #OpenSource #NumericalComputing #Engineering #FOSSEE #IITBombay #Webinar

The Scariest Literature?

I feel Signals and Systems isn't too scary if accompanied with #MATLAB, GNU #Octave, #Scilab, or similar. And if you have #ham radio experience, you can do VERY well in this class! This did give me a run for my money in undergrad though.

Hello Fediverse ๐Ÿ‘‹

We are FOSSEE, IIT Bombay ๐Ÿ‡ฎ๐Ÿ‡ณ
Empowering education through Free/Libre and Open Source Software (FLOSS).

We promote open source in teaching & research, support FOSS development, build campus FOSSEE Clubs, and connect academia with industry.

Letโ€™s collaborate ๐Ÿค

๐ŸŒ https://fossee.in
๐Ÿ“ฉ [email protected]

#FOSSEE #OpenSource #FLOSS #IITBombay #OpenEducation #Fediverse
#Scilab #Python #Openfoam #OpenModelica #DWSIM #esim #OSDAG #Arduino #FreeCAD #JMOL #Blender #Inkscape #synfig

@das_g Mi uzas #LaTeX en #MagistraProgramo.

Mi lernis tre malmulte #MATLAB helpante studentojn. Sed sufiฤ‰e por helpi amikinon kun ลiaj hejmtaskoj ฤ‰e #Scilab.

#Esperanto

ESI Group released #Scilab version 2026.0.1. https://www.scilab.org/download
Scilab 2026.1.0 | Scilab

starting from the conservation of the energy
(1/2)*m*(L(a)*a')^2+ m*g*y=Cst (1)
by derivation I get the additional term with a delta function compared to the preceding differential equation,. Then replacing this delta function by exp(-x^2/2s^2)/sqrt(2*pi*s^2), for a small s, I get a more realistic simulation. The energy is (almost) conserved (except near a=0), I should try to solve the first order differential equation (1) perhaps I will get a better result ...
#physics #mathematics #scilab

I try to simulate an asymmetric pendulum, which length L(alpha) is l for alpha>0 and l/2 for alpha<0. I though the situation can be described by the differential equation :
L(alpha)*alpha'' +g*sin(alpha)=0
but when I plot the total energy over the time
E= (1/2)*m*(L(alpha)*alpha')^2+m*g*y
it is not constant !?! So I probably loose some term in the equation ...

#physics #mathematics #scilab

Now #scilab accept anonymous functions definition with a syntax close to #matlab #gnuoctave , this make translation between this langages easier. For example :

f=@(t) exp(-t.^2); %% octave syntax
f=#(t) -> (exp(-t.^2)); // scilab syntax

https://help.scilab.org/lambda

Lambda functions - Scilab procedures and Scilab objects