infinite norm in fsolve

조회 수: 2 (최근 30일)
Rupamathi Jaddivada
Rupamathi Jaddivada 2017년 7월 6일
편집: John D'Errico 2017년 7월 6일
Hi, I'm wondering if there is a way I can use infinite norm rather than the 2-norm in fsolve options for FunctionTolerance.
Thanks

답변 (1개)

John D'Errico
John D'Errico 2017년 7월 6일
편집: John D'Errico 2017년 7월 6일
No. You cannot choose this as an option in fsolve.
While you could in theory try to hack fsolve, editing the code to make this change, that is a BAD idea. If you don't know enough to write the code from scratch, trying to hack the code of another is a sure way to introduce nasty result.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by