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

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

 채택된 답변

Atsushi Ueno
Atsushi Ueno 2021년 5월 27일

2 개 추천

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개)

카테고리

도움말 센터File Exchange에서 プログラミング에 대해 자세히 알아보기

질문:

2021년 5월 27일

댓글:

2021년 6월 24일

Community Treasure Hunt

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

Start Hunting!