Filter löschen
Filter löschen

hello, can somebody help me to write this question in matlab

1 Ansicht (letzte 30 Tage)
ahmad gardi
ahmad gardi am 2 Jan. 2018
Bearbeitet: ahmad gardi am 3 Jan. 2018
Somebody help me to write the given expression in Matlab to get the the answer, Thank you in advance.
  7 Kommentare
Star Strider
Star Strider am 2 Jan. 2018
We have to know what ln and log are. We cannot help unless we know what your instructor intends by those names.
Mohammad Jalal
Mohammad Jalal am 3 Jan. 2018
احمد ئەتووم دیتیۆ

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Vigneshwar Pesaru
Vigneshwar Pesaru am 3 Jan. 2018
Seems to be too trivial question.
x=2;
z=3;%I don't understand why there is x^(2)*x over there;instead we can directly write it has cube%
y=((x^(2)*x*z)+(12*x*z)+((e^(x)*(x*z)^(1/3))/(ln(x*z)-log(x*z))))
  1 Kommentar
ahmad gardi
ahmad gardi am 3 Jan. 2018
Bearbeitet: ahmad gardi am 3 Jan. 2018
thanks for your comment finally i found the solution here its
x=2;
z=3;
y=x^3*z+12*x*z+(exp(x))/(log(x*z)-log10(x*z)*sqrt(x*z))*(x*z)^(1/3)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by