identity - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


solve/identity

solve expressions involving identities

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

solve(identity(eqn, x), vars)

Parameters

eqn

-

equation, or expression (equated to 0)

x

-

identity variable

vars

-

variables to be determined (as for solve)

Description

• 

The expression (or equation) eqn is considered an identity in terms of the variable x, and solve attempts to find a solution in terms of vars which satisfies the equation eqn for any value of x.

• 

This is a one-dimensional case of a generalized pattern matching.

• 

x should not be one of the vars.

Examples

solveidentitysinx=cosax+b,x,a,b

a=−1,b=π2,a=1,b=π2

(1)

solveidentity3x2+4x+4=Ax+BP,x,A,B,P

A=3,B=2,P=−2

(2)

solveidentityyx=ax+cb,x,a,b,c

a=y,b=−1,c=0

(3)

See Also

match

solve