How to solve Ax = b and Cx = d simultaneously?

255 Views Asked by At

Suppose I have two equations,

$x^TAx + b^Tx = c$

$x^TBx + d^T x = e$.

How can I express this system as one system and solve it simultaneously?

Thanks!