why zero to the power of zero is not NaN?

조회 수: 26 (최근 30일)
Rafael Palacios
Rafael Palacios 2016년 9월 16일
편집: Walter Roberson 2016년 9월 16일
In Matlab, 0/0 returns NaN. However 0ˆ0 returns 1 instead of NaN.

답변 (2개)

James Tursa
James Tursa 2016년 9월 16일
편집: Walter Roberson 2016년 9월 16일
Having 0^0 = 1 is a choice MATLAB made and is in agreement with many authors. But this can either be OK or not OK for your application, so if it makes a difference to you for your specific problem, you will need to check for this condition. More discussion can be found here:

mbonus
mbonus 2016년 9월 16일
0^0 = 1, that's why MATLAB returns 1. "If f and g are real functions that vanish at the origin and are analytic at 0 (infinitely differentiable is not sufficient), then f(x)^g(x) approaches 1 as x approaches 0 from the right." http://mathforum.org/dr.math/faq/faq.0.to.0.power.html

카테고리

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