Skip to content
Property Value
Hex Value $BF
Categories
Localizations
  • FR: 𝑒^(

𝑒^(

Overview

Returns e raised to power.

Availability: Token available everywhere.

Syntax

𝑒^(power)

Arguments

NameTypeOptional
power

Location

2nd,


Overview

Returns a list of e raised to a list of powers.

Availability: Token available everywhere.

Syntax

𝑒^(list)

Arguments

NameTypeOptional
listlist

Location

2nd,


Description

The e^( command raises the constant e to a power. Since it's possible to just type out e, ^, and (, the reason for having a separate function isn't immediately obvious but in fact most of the time you need to use e, it's to raise it to a power.

The trigonometric and hyperbolic functions can be expressed, and in fact are usually defined, in terms of e^(.

e^( accepts numbers and lists (but unfortunately not matrices) as arguments. It also works, and is often used for, complex numbers (in fact, one of the standard forms of complex numbers on TI-83 series calculators is r𝑒^θ𝑖, which uses the e^( function)

e^(2)
        7.389056099
𝑒^(πi)
        -1
𝑒^({-1,0,1})
        {.3678794412 1 2.718281828}

Formulas

The e^( is usually defined by an infinite series:

(1) \(\begin{align} e^x=\sum_{n=0}^\infty{\frac{x^n}{n!}} \end{align}\)

This is then used to define exponentiation in general (for all real and even complex numbers), rather than using some sort of definition of exponents that involves multiplying a number by itself many times (which only works for integers).


Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, Myles_Zadok, Timothy Foster.

History

Calculator OS Version Description
TI-82 1.0 𝑒^ added
TI-83 0.01013 Renamed 𝑒^ to 𝑒^(

Last update: July 29, 2024 19:47:40
Created: February 23, 2023 23:15:01
Authors: Adrien Bertrand