LinearUnivariateSystem - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


SolveTools[Inequality]

  

LinearUnivariateSystem

  

solve a system of linear inequalities with respect to one variable

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

LinearUnivariateSystem(sys, var)

Parameters

sys

-

system of inequalities

var

-

variable name

Description

• 

The LinearUnivariateSystem command solves a system of linear inequalities with respect to one variable.

• 

The LinearUnivariateSystem command returns a set describing the interval of possible values of the variable or a piecewise function of such sets depending on parameters

Examples

withSolveToolsInequality:

LinearUnivariateSystem0<x+1&comma;0<2x1&comma;x

12<x

(1)

LinearUnivariateSystem0<x+1&comma;2x1<0&comma;x

−1<x&comma;x<12

(2)

LinearUnivariateSystemx+1<0&comma;2x1<0&comma;x

x<−1

(3)

LinearUnivariateSystem0<2x1&comma;x+1<0&comma;x

(4)

LinearUnivariateSystem0<2x1&comma;x+a<0&comma;x

12<x&comma;x<aa<12otherwise

(5)

LinearUnivariateSystem02xb&comma;2x+a0&comma;x

xa2&comma;b2xabotherwise

(6)

LinearUnivariateSystem02xb&comma;ax+20&comma;x

x2a&comma;b2x0<ab22a2axa<0b2<2ab2xa<02ab2a=0otherwise

(7)

LinearUnivariateSystemax+b<0&comma;0cx+d&comma;x

xdc0<ac<0dc<bax<ba0<ac<0badcdcx&comma;x<ba0<a0<cdc<bax<ba0<ac=00d0<ac=0d<0xdc&comma;ba<xa<0c<0ba<dcdcxa<00<cba<dcba<xa<00<cdcbaba<xa<0c=00da<0c=0d<0xdca=0b<0c<0dcxa=0b<00<cxa=0b<0c=00da=0b<0c=0d<0a=00b

(8)

See Also

SolveTools

SolveTools[Inequality]

SolveTools[Inequality][LinearMultivariateSystem]

SolveTools[Inequality][LinearUnivariate]