How to implement the following equation in MATLAB

1 次查看(过去 30 天)
Hello everyone I hope you are doing well. I want to find the following values How can i do it in MATLAB
I have tried the following code but answer is not same
x=nthroot(2048, 3)+(factorial(12)*3^2/50-25)
y=1024^(3*9)+(12/0.25+factorial(10))
z=(sqrt(factorial(20)))^3
ans= x*y+z
  5 个评论
Dyuman Joshi
Dyuman Joshi 2022-9-12
(factorial(12)*3^2/50-25)
%the problem is here ^
%something to do with order of operations

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by