I am new to this site so I apologize if this post doesn't belong here or anything.
I am trying to solve a quadratic on Matlab. This is relating to my electrical engineering circuits course where I have to determine the drain current. All the values are given except $I_D$ and $V_S$. $V_S$ is broken up using ohms law to reduce to 1 unknown variable to be dealt with.
I want to separate the polynomial terms shown above where $I_D2$ is representing $x^2$ etc. My plan was to use the "roots([x^2, x, c])" function to determine $I_D$. Hoping for someone to help me out since there is still an unknown in the equation.
