Hi I want to make a print out of symbolic mathematical expression like below :
Already trying using symbolics.jl but I cant find the correct syntax for piecewise equation.
Hi I want to make a print out of symbolic mathematical expression like below :
Already trying using symbolics.jl but I cant find the correct syntax for piecewise equation.
ifelse(x,y,z)
would in theory do it, but I think it’s missing the latexify recipe on this construct to make it print nicely. Someone should add it though. Worth an issue.