Answers for "conditionalexpression latex"

1

how to write conditional function in latex

[
    f(x)= 
begin{cases}
    frac{x^2-x}{x},& text{if } xgeq 1\
    0,              & text{otherwise}
end{cases}
]
Posted by: Guest on March-14-2020

Browse Popular Code Answers by Language