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

ある関数y=f(x)とおいて、それを逆関数y=f1(x)に書き換えるコードを教えてください。

 Akzeptierte Antwort

Atsushi Ueno
Atsushi Ueno am 27 Mai 2021

2 Stimmen

syms x
f(x) = 1/tan(x);
g = finverse(f)
g(x) =
atan(1/x)

1 Kommentar

Atsushi Ueno
Atsushi Ueno am 24 Jun. 2021
回答の状態がaccepted→unaccepted(Reason: This answer did not work for me)に変わっていました。 具体的な理由を頂けますと何かコメント出来るかもしれません。

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu プログラミング finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!