You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>@variables a b c d s;
julia> eq = ((s^2+1)/(s^2+2*s +1)) -(s^2+ a)/(b*c*s^2+ (b+c)*s + d/c);
julia>rationalize(eq)
ERROR: MethodError: no method matching rationalize(::Type{Int64}, ::Num)
The function`rationalize` exists, but no method is defined for this combination of argument types.
We can see in the stacktrace that it is calling rationalize(x::Num) though, so not sure why this error is showing.
We can see in the stacktrace that it is calling rationalize(x::Num) though, so not sure why this error is showing.
The text was updated successfully, but these errors were encountered: