Could anyone please solve this MATLAB operation x=7/84

1 次查看(过去 30 天)
Could anyone please solve this MATLAB operation x=7/8\4 in matrix operation: precedence. I got the answer 4.5714. Logically, you could get the answer by calculating 8÷(7÷4). I cannot understand the sequence if it involves backslash (left division)

回答(1 个)

Marcel Kreuzberg
Marcel Kreuzberg 2019-10-24
7/8\4 = (7/8)\4 = 4/(7/8)

类别

Help CenterFile Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by