set in vertical mode (array)

Messages in english

Modérateur : xcasadmin

compsystems
Messages : 561
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

set in vertical mode (array)

Message par compsystems » lun. oct. 22, 2018 4:19 pm

Hi BP, is it possible to show the outputs for a set in vertical mode (array)?

solve([x^2-y^2=0,x^2-z^2=0],[x,y,z],'=')

=>

set[[x=x,y=x,z=x],[x=x,y=(-x),z=(-x)],[x=x,y=x,z=(-x)],[x=x,y=(-x),z=x]] // linear

=>

set[[x=x,y=x,z=x],
[x=x,y=(-x),z=(-x)],
[x=x,y=x,z=(-x)],
[x=x,y=(-x),z=x]]

Répondre