Metadata-Version: 2.1
Name: symopt
Version: 1.0.0
Summary: A support library to calculate optimization using sympy
Home-page: UNKNOWN
Author: Rafael Pereira
Author-email: rafaelpsilva07@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# symopt
A support library to calculate optimization using sympy


# Realeases
## 1.0.0 
Calculates gradient and hessian for functions of several variables

# Download 

```shell
pip install symopt
```


# Reference
[1] ARORA, Jasbir S. Introduction to Optimum Design. Elservie. 2nd ed.

