My idea related this project :

*Order* :
1) Impalement omega notation ---> check best case
2) Implement theta notation ---> check average case
3) if user input terms and he want to output in increasing order. in output 
first term is omega of all other terms and last term is big O of all other 
terms.
eg. input = x, 2**x, x**2 , e**x, logx.... Output = logx < x < x**2 < 2**x 
< e**x

*series *:
4) Implement Arithmetic Progression (AP) Geometric (GP) and Harmonic 
Progression (HP)
5) Implement function for Closed form expression 


-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/bc98d47d-9552-4bd7-8608-f55aac38f9ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to