Cuanto les da en MatLab? 9/2(1+2)

2 次查看(过去 30 天)
Florentino Ruiz
Florentino Ruiz 2013-3-7
Algunos compañeros y yo estamos debatiendo sobre el resultado de esta operación, alguno decimos que nueve, otros que es uno. 9/2(1+2). Que resultado arroja en MatLab, no lo tengo instalado en esta máquina.
gaussianos.com/jerarquia-de-las-operaciones-y-el-sindrome-del-parentesis-invisible/
  1 个评论
Walter Roberson
Walter Roberson 2013-3-7
Google translation:
Some friends and I are debating on the result of this operation, some say nine, other than one. 9/2(1 +2). That throws result in MatLab, I have not installed on this machine.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2013-3-7
It is an error in MATLAB as MATLAB has no implied multiplication.
If it is interpreted as 9 / (2 * (1+2)) then that would be 9/6; if it is interpreted as (9/2) * (1+2) that would be 27/2. Neither result would be the 9 or 1 that you mentioned.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by