Ask Your Question
1

implicit_plot3d of discontinuos functions (like max(x,y,z))

asked 2019-12-12 16:31:11 +0200

Felix_ITA gravatar image

Hello, I tried to plot a discontinous function like implicit_plot3d(max(x,y,z),(x,-2,2),(y,-2,2),(z,-2,2)) but I don't get the expected result. Anyone can help me?

actually my implicit surface is so defined: f(x,y,z)=max(x,y,z)-3*min(x,y,z), f(x,y,z)==0

thanks in advance Filippo

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-12-12 16:50:40 +0200

Felix_ITA gravatar image

found the answer! max and min for symbolic calculation are max_symbolic and min_symbolic

thanks.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-12-12 16:30:36 +0200

Seen: 137 times

Last updated: Dec 12 '19