Julia Programming Language
The "Natural" Exponential "e" in Julia
New to Julia
mbauman
August 26, 2019, 1:42pm
2
ℯ^2x
That’s using the unicode
ℯ
, written
\euler
tab
. Or you can just do
exp(2x)
.
13 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Exponential matrix calculation with the exp() function vs procedure with the use of the eigen() function
New to Julia
question
,
linearalgebra
7
7331
October 22, 2020
Vector as exponent with the Euler's number basis
New to Julia
3
567
July 12, 2022
How to type a latex formula in editor Atom when using Julia?
General Usage
6
1030
June 17, 2019
Integer equivalent of `e` notation
General Usage
1
156
May 23, 2024
In which file from the Linear Algebra github page are exp, log and ^ functions for matrix input?
General Usage
question
2
215
January 20, 2024