Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Minf

-- Constant: minf minf represents real minus (i.e., negative) infinity.

There are also some inexact matches for minf. Try ?? minf to see them.

f(x):=%e^x-4*x-4;
plot2d(f(x),[x,-10,10]);
limit(f(x),x,minf);

(%o1)                                true
(%i2) 

Related Examples