ある関数y=f(x)についての逆関数の作り方

7 次查看(过去 30 天)
Yu Horiuchi
Yu Horiuchi 2021-5-27
ある関数y=f(x)とおいて、それを逆関数y=f1(x)に書き換えるコードを教えてください。

采纳的回答

Atsushi Ueno
Atsushi Ueno 2021-5-27
syms x
f(x) = 1/tan(x);
g = finverse(f)
g(x) =
atan(1/x)
  1 个评论
Atsushi Ueno
Atsushi Ueno 2021-6-24
回答の状態がaccepted→unaccepted(Reason: This answer did not work for me)に変わっていました。 具体的な理由を頂けますと何かコメント出来るかもしれません。

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!