🌐
MathWorks
mathworks.com › matlab › mathematics › elementary math › exponents and logarithms
Powers and Exponentials - MATLAB & Simulink
x. For example, if you try to add a number smaller than machine precision to 1, then the result gets rounded to 1. ... However, log1p is able to return a more accurate answer. ... Again, expm1 is able to return a more accurate answer. ... Run the command by entering it in the MATLAB Command Window.
Discussions

How to use the constant e?
So the question is given x =0.2 calculate (x^2) *e^4. I know for pi you just type pi which is just pi in the command. But how do I type e in the command window. Also how to use exponents? Do you ju... More on mathworks.com
🌐 mathworks.com
3
6
September 14, 2016
Taylor Series of e^x
I have learn that I can learn better using actual example, so even though Subhamoy Saha didn't exactly write the code that I need. I can work from there. Again I am sorry and Thank you both! Sign in to comment. ... Sign in to comment. ... Sign in to comment. Sign in to answer this question. MATLAB ... More on mathworks.com
🌐 mathworks.com
3
0
March 21, 2020
How can I write this exponential function in matlab?
x == 0 would be 0 for all non-zero ... case of any non-zero value (x+(x==0)) would be the same as the value and for zero exactly it would be 1, thereby preventing division by 0. Sign in to comment. ... https://www.mathworks.com/matlabcentral/answers/391290-how-can-i-write-th... More on mathworks.com
🌐 mathworks.com
2
0
March 28, 2018
How do i actually use the e to the power of something in matlab?
If you are referring to the constant "e" (2.718....), then use exp(x*t) More on reddit.com
🌐 r/matlab
4
2
February 5, 2021
🌐
MathWorks
mathworks.com › matlab › mathematics › elementary math
Exponents and Logarithms - MATLAB & Simulink
This example shows an interesting graphical approach for discovering whether e^pi is greater than pi^e. You clicked a link that corresponds to this MATLAB command:
Find elsewhere
🌐
Northwestern University
ece.northwestern.edu › local-apps › matlabhelp › techdoc › ref › exp.html
exp (MATLAB Functions)
The exp function is an elementary function that operates element-wise on arrays. Its domain includes complex numbers. Y = exp(X) returns the exponential for each element of X.
🌐
YouTube
youtube.com › watch
Matlab Online Tutorial - 18 - Exponentials and Logarithms - YouTube
Get more lessons like this at http://www.MathTutorDVD.comLearn how to calculate with logarithms and exponential functions in matlab. Logs and exponentials a...
Published   March 23, 2018
🌐
MathWorks
mathworks.com › matlabcentral › answers › 2070196-e-x-maclaurin-serie
e^x maclaurin serie - MATLAB Answers - MATLAB Central
January 15, 2024 - It will prompt you to input the value of x and the number of terms N. Then, it will calculate and display the result of e^x using the series expansion up to N terms. Additionally, it shows the result calculated by MATLAB's built-in exp function for comparison.
🌐
EDUCBA
educba.com › home › data science › data science tutorials › matlab tutorial › matlab exponential
MATLAB Exponential | 7 Types of Exponential Function in MATLAB
June 4, 2025 - So, in this article, we learned how to use the exponential function in MATLAB. We can use exp(x) syntax in MATLAB to calculate the exponential of any function which is passed as an argument.
Address   Unit no. 202, Jay Antariksh Bldg, Makwana Road, Marol, Andheri (East),, 400059, Mumbai
🌐
UNSW Sites
maths.unsw.edu.au › sites › default › files › MatlabSelfPaced › lesson1 › MatlabLesson1_Complex.html
MATLAB Lesson 1 - Complex numbers
Challenge your maths skills with our flagship journal, offering articles that enhance teaching and learning in senior secondary maths, covering applied maths, modelling, pure maths, statistics, and the history of maths.
🌐
EDUCBA
educba.com › home › data science › data science tutorials › matlab tutorial › exponential in matlab
Exponential in Matlab | How to do Exponential in Matlab?
March 13, 2023 - Then we write the exponential equation using exp function, we take an exp in parenthesis x1 is multiply by 2 and these exponential values are assigned to variable y1, the equation is y1 = e^x, the value of x1 is varied from -5 to 20 and according ...
Address   Unit no. 202, Jay Antariksh Bldg, Makwana Road, Marol, Andheri (East),, 400059, Mumbai
🌐
Stack Overflow
stackoverflow.com › questions › 64770349 › plotting-an-exponential-function-in-matlab
charts - Plotting an exponential function in matlab - Stack Overflow
... This is because you only input two point into the function plot():(-2,exp(-2)),(2,exp(2)) .In matlab,the x &y of plot(x,y) are vector of the points you have but not their intervals.
🌐
MathWorks
mathworks.com › matlabcentral › answers › 514875-symbolic-toolbox-exponential-equations
Symbolic Toolbox Exponential Equations - MATLAB Answers - MATLAB Central
April 2, 2020 - https://www.mathworks.com/matlabcentral/answers/514875-symbolic-toolbox-exponential-equations#comment_820098 ... Great response. When i enter the value of C which is -6.908 it does not fully simplify the equation in live editor, hence you have to divide through by 250 on num and dem, is this due to the decimal places on that constant?