I have two equations in Matlab, say
x^2+2*y=3,
y^4=5*x+1
Here x,y are symbolic variables. What is the best way to add up these two equations, not manually of course ( if the LHS and RHS gets added up separately and stays in the same form, the better).