Monday, 10 March 2025 by sahil kirtane Python Program to print any table of any number entered by user Copy Copied! #Program to print any table of any number entered by user #Name and Roll Number import... Read More →
Monday, 10 March 2025 by sahil kirtane Python program to find solution of quadratic equation Copy Copied! #program to find solution of quadratic equation #Name and Roll #Quadratic equation i... Read More →
Monday, 10 March 2025 by sahil kirtane Python Program to solve a linear differential equation using SciKit and polt the result in Matplotlib Copy Copied! #Experiment No 4:Program to solve a linear differential equation using SciKit and pol... Read More →
Monday, 10 March 2025 by sahil kirtane Python Program to plot Hermite Spline on the output screen Copy Copied! #Program to plot Hermite Spline on the output screen #Name and Roll import numpy as ... Read More →