sympy / sympy_gamma

A SymPy version of WolframAlpha.
https://sympygamma.com
Other
673 stars 112 forks source link

unsupported operand type(s) for *: 'UndefinedFunction' and 'Symbol' #193

Open qywk99 opened 1 year ago

qywk99 commented 1 year ago

unsupported operand type(s) for *: 'UndefinedFunction' and 'Symbol'

This is the default example of the official website, how to solve this problem.

https://sympygamma.com/input/?i=diff%28f%28x%29%2Ag%28x%29%2Ah%28x%29%29

eagleoflqj commented 1 year ago

This repo is not maintained. You may use https://github.com/eagleoflqj/sympy_beta instead https://sympy-beta.vercel.app/input/diff(f(x)*g(x)*h(x))