Solve given expression.
alpha=0.1(-x-y-50)/(exp((-x-y-50)/10)-1)
beta=5exp((-x+y-60)/20)
result=alpha+beta;
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers94
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
Create a square matrix of multiples
502 Solvers
-
Find the maximum number of decimal places in a set of numbers
3554 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
872 Solvers
-
Back to basics - mean of corner elements of a matrix
465 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Note that this problem uses the word solve when it needs to say EVALUATE.
Also the required code to pass the tests shouldn't be available by COPY-AND-PASTE from Test Suite!