4 projects
simplex_calculation
Returns the objective value for the function and also the variables for it
Convert_to_pow
Converts the exprssion to pow form Expression (sin(x))^34+98+(x-5)^33+89^66 Output pow((sin(x)),34)+98+pow((x-5),33)+pow(89,66) to use it import convert^to
Integration
A simple program to perfom integration
bmi
It returns the bmi for respective inputs you need to import bmi and call the function bmi.bmi(weight,height), weight in kg and height in meters