Skip to content

Msh8303/Cal_pro_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalPro - Calculator and Plotting Library

CalPro is a Python library that provides a wide range of mathematical and plotting functionalities. With CalPro, you can perform various calculus operations, including integration, double integration, triple integration, and differentiation. You can also create 2D and 3D plots of functions, solve equations for unknown variables, and perform simple calculations.

Installation

You can easily install CalPro using pip:

pip install cal_pro

or

pip install cal_pro ==(version)

Getting Started

Once installed, you can import the cal module from cal_pro to access its functions.

from cal_pro import cal


Calculations

  • cal.integral_(): Calculate the integral of a function.
  • cal.definite_integral_(): Calculate the definite integral of a function.
  • cal.double_integral_(): Calculate the double integral of a function.
  • cal.triple_integral_():>cal.triple_integral_(): Calculate the triple integral of a function.
  • cal.deriviation(): Compute the derivative of a function.
  • cal.simple_cal(): Perform simple arithmetic calculations.
  • Equation Solving
  • cal.equation(): Solve equations for unknown variables.
  • Plotting
  • cal.plot_1(): Create 2D plots of a single function.
  • cal.plot_2(): Create 2D plots of multiple functions.
  • cal.plot_3(): Create 3D plots of functions.
  • cal.plot_x_y(): Create 2D plots of functions in the x-y plane.
  • cal.plot_x_z(): Create 2D plots of functions in the x-z plane.
  • cal.plot_y_z(): Create 2D plots of functions in the y-z plane.

Collaborators Github Address:

Click here for Mohammad Sina Parvizi Motlagh Github
Click here for Mohammad Amin Mohammadion Shabestari Github
Click here for Mohammad Goleijani Github

Collaborators Linkedin Address:

Click here for Mohammad Sina Parvizi Motlagh Linkedin
Click here for Mohammad Amin Mohammadion Shabestari Linkedin



Click here for Cal_pro library on pypi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages