作者bewilderment (發燒夏天)
看板Mathematica
標題[問題]可以這樣解嗎?
時間Sun Apr 29 14:47:48 2012
最近嘗試著用InverseFunction想要找出
y=x^5 + 2 x^3 + 3 x - 4的反函數,
於是我設定
f[x_]:=x^5 + 2 x^3 + 3 x - 4;InverseFunction[f]
結果得到
Function[K$1545, Root[-4 - K$1545 + 3 #1 + 2 #1^3 + #1^5 &, 1]]
看不懂讓我覺得有點沮喪,想請問版上高手們,是我的方法不對,
還是目前有些反函數mathematica求不出來?
另外一個類似的問題是,
Solve[Log[r]==2r-3.r]
得到
Solve::ifun: Inverse functions are being used by Solve, so some solutions may
not be found; use Reduce for complete solution information.
謝謝您的閱讀。
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.119.156.237
推 sunev:Root是求多項式根的函數,K$1545是你的input argument 04/29 14:57
→ sunev:所以mathematica是吐出你想要的東西沒錯 04/29 14:58
→ bewilderment:嗯嗯,謝謝大大,那我來研究一下 04/29 15:16