English 中文(简体)
Tex Commands Reference

Symbols

A

B

页: 1

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

Selected Reading

cases
  • 时间:2024-11-03

cases - Tex Command


Previous Page Next Page  

NAME

cases - for piecewise-defined functions.

SYNOPSIS

{ cases{ <math> & <math> cr <repeat as needed> }}

DESCRIPTION

The result is of class REL (binary relation), so it has the spacing of a relation.

EXAMPLE

    |x| = 
    cases{
    x  & 	ext{if } xge 0cr
    -x & 	ext{if } xlt 0
    } 
    
    $ |x| = cases{ x & ext{if } xge 0cr -x & ext{if } xlt 0 } $

Advertisements