Incorrect Boltzmann constant in MATLAB?
조회 수: 2 (최근 30일)
이전 댓글 표시
AFAIK, the Boltzmann constant is incorrect in MATLAB.
Let's check it out:
k = physconst('Boltzmann');
and let's look at this variable k in our Workspace:
1.380650400000000e-23
1.38064852(79)e10−23
Is it going to be somehow fixed in future releases?
댓글 수: 2
Honglei Chen
2017년 1월 30일
Like Torsten said, those constants change over time due to new measurements. I would second Jan's proposal below to send in an enhancement request.
채택된 답변
Jan
2017년 1월 30일
편집: Jan
2017년 1월 30일
There are many sources for the value 1.3806504 also: Wiki: Knudsen number, constants.h file of the StepCore library, several books, e.g. The Feynman Lectures on Physics. I assume the value from http://physics.nist.gov/cgi-bin/cuu/Value?k (this is the source of the value posted in WikiPedia) is newer and more accurate. Please send an enhancement report to Mathworks.
댓글 수: 2
Jan
2017년 2월 11일
I'd start at https://www.mathworks.com/support/contact_us/, go through "Create Service Request" and then the category "suggestions" seems to be fine. I'm not sure if this is teh best way, but TMW is very smart and they forward messages to the right person internally.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Performance and Memory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!