An equation that hp prime can't solve
|
02-17-2019, 06:14 AM
(This post was last modified: 02-17-2019 06:24 AM by yangyongkang.)
Post: #1
|
|||
|
|||
An equation that hp prime can't solve
Hello everyone, I am back. I recently encountered a system of equations, hp prime not only can not solve the exact solution, even the numerical solution can not be solved.
Code: f:=(λ,μ)->(λ^4+λ^3*μ^2+λ^2*μ^2+λ^2*μ+λ^2+λ*μ^4+λ*μ^2+3*λ*μ*sqrt(λ^4+4*λ^3*μ+4*λ^3+2*λ^2*μ^2+4*λ^2*μ+2*λ^2+4*λ*μ^3+4*λ*μ^2+4*λ*μ+4*λ+μ^4+4*μ^3+2*μ^2+4*μ+1)+μ^3+μ)/(λ^3*μ+λ*μ^3+λ*μ);fsolve([(∂(f(x,y),x))=0,(∂(f(x,y),y))=0],[x,y]) But when x=1, y=1 is indeed a set of solutions to the equation. In fact we can test it Code: simplify((∂(f(x,y),x))|x=1,y=1);simplify((∂(f(x,y),y))|x=1,y=1) PHP Code: Is this not a BUG? Looking forward to the first firmware release in 2019, I hope CAS will be updated to 1.51-29 study hard, improve every day |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
An equation that hp prime can't solve - yangyongkang - 02-17-2019 06:14 AM
RE: An equation that hp prime can't solve - Carsen - 02-17-2019, 09:37 AM
RE: An equation that hp prime can't solve - roadrunner - 02-17-2019, 11:35 AM
|
User(s) browsing this thread: 2 Guest(s)