Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trigsimp() function and other simplification functions does not work. #286

Closed
jmarcellopereira opened this issue Jul 16, 2019 · 5 comments
Closed

Comments

@jmarcellopereira
Copy link

trigsimp() function and other simplification functions does not work.

@jverzani
Copy link
Collaborator

I'm assuming you found sympy.trigsimp to access these features.

@jmarcellopereira
Copy link
Author

hum ... on my computer with Julia, it does not show the trigsimp() function when I type sympy.[tab]. In Juliabox its OK. I'm use anaconda 3.7.

@jverzani
Copy link
Collaborator

That is odd. I checked in a REPL (mac os X) and IJulia and the tab completion works there. On your computer does sympy.trigsimp return anything when evaluated?

@jmarcellopereira
Copy link
Author

Return:
trigsimp((1/cos(x))*tan(x) - sin(x))

UndefVarError: trigsimp not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
 [2] top-level scope at In[115]:1

@jverzani
Copy link
Collaborator

But what does sympy.trigsimp((1/cos(x))*tan(x) - sin(x)) return? (The trigsimp function isn't exported as a Julia object, it only lives within the sympy object.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants