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:

At Calculator

At

Function: at (<expr>, [<eqn_1>, ..., <eqn_n>])

rat(((x^4-x^3-11*x^2+9*x+18)/(x^4-3*x^3-7*x^2+27*x-18))/((x^3-9*x^2+26*x-24)/(x^3-8*x^2+19*x-12)));
rat((2-x)/(x+1))*((3*x^4-24*x^3-3*x^2+204*x-252)/(220*x-70*x^2-168-15*x^3+10*x^4-x^5));
rat(((x^3+2*x^2+4*x+8)/(x^5+5*x^4-16*x-80))*((2*x^4+10*x^3-16*x-80)/(x^2+2*x+4)));
rat(((2*x^4+10*x^3-2*x-10)/(x^2+x+1))*((x^3+x^2+x+1)/(x^5+5*x^4-x-5)));

Function: at (<expr>, <eqn>) Evaluates the expression <expr> with the variables assuming the values as specified for them in the list of equations [<eqn_1>, ..., <eqn_n>] or the single equation <eqn>.

If a subexpression depends on any of the variables for which a value is specified but there is no atvalue specified and it cant be otherwise evaluated, then a noun form of the at is returned which displays in a two-dimensional form.

at carries out multiple substitutions in series, not parallel.

See also atvalue. For other functions which carry out substitutions, see also subst and ev.

Examples:

          (%i1) atvalue (f(x,y), [x = 0, y = 1], a^2);
                                          2
          (%o1)                          a
          (%i2) atvalue (diff (f(x,y), x), x = 0, 1 + y);
          (%o2)                        @2 + 1
          (%i3) printprops (all, atvalue);
                                          !
                            d             !
                           --- (f(@1, @2))!       = @2 + 1
                           d@1            !
                                          !@1 = 0

2 f(0, 1) = a

          (%o3)                         done
          (%i4) diff (4*f(x, y)^2 - u(x, y)^2, x);
                            d                          d
          (%o4)  8 f(x, y) (-- (f(x, y))) - 2 u(x, y) (-- (u(x, y)))
                            dx                         dx
          (%i5) at (%, [x = 0, y = 1]);
                                                   !
                        2              d           !
          (%o5)     16 a  - 2 u(0, 1) (-- (u(x, y))!            )
                                       dx          !
                                                   !x = 0, y = 1

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

(%o1)                                true
(%i2) 

At Example

Related Examples

at-pochhammer-rat

rat(pochhammer(a+1,n)...

Calculate

at-rat

rat((x^4-x^3-11*x^2+9...

rat((2-x)/(x+1))*(3*x...

rat((x^3+2*x^2+4*x+8)...

Calculate

at

at (x*y_p - (x_p - t_...

at (x*y_p - (x_p - t_...

Calculate

at-pochhammer-rat

rat(pochhammer(a+1,n)...

Calculate

at-expand-solve

s : solve ([1*1 + 1*1...

at (1*1 + 1*1 + 1*1 +...

Calculate

at-expand-first-solve

a : 0;

b : 1;

x_1 : 0;

Calculate

at-rat

rat(((x^4-x^3-11*x^2+...

rat((2-x)/(x+1))*((3*...

rat((x^3+2*x^2+4*x)/(...

Calculate

at-rat

rat(((x^4-x^3-11*x^2+...

rat((2-x)/(x+1))*((3*...

rat((x^3+2*x^2+4*x)/(...

Calculate

at-first-ratsimp-solve

a : 0;

b : 1;

x_1 : 0;

Calculate