Code:
\documentclass[12pt]{article}
\usepackage{float}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\begin{aligned}
&\vec{I}_g + \vec{I}_{R_1} = 0 &\Rightarrow \vec{V}_1 &= \vec{V}_g\\
&-\vec{I}_{R_1} + \vec{I}_C = 0 & &\\
&-\vec{I}_C + \vec{I}_{R_2} = 0 & &\\
&-\vec{I}_{R_1} + I_x + \vec{I}_{R_L} = 0 &\Rightarrow \vec{V}_3 &= 0
\end{aligned}
\qquad
\begin{aligned}
& \vec{I}_{R_1} = \left(\vec{V}_1 - \vec{V}_2\right)/R_1\\
& \vec{I}_{R_2} = \left(\vec{V}_3 - \vec{V}_4\right)/R_2\\
& \vec{I}_{R_L} = \vec{V}_4/R_L\\
& \vec{I}_C = j\omega C \left(\vec{V}_2 - \vec{V}_3\right)\\
& \vec{I}_G = ?\\
& \vec{I}_x = ?
\end{aligned}
\end{equation}
\end{document}
Output:
Desired output:
My professor actually made this diagram in Scientific Word. I am trying to get the spacings in my output the same as what he did. I am also curious on why the question marks that I wrote are closer than the other equations on the RHS for the current (I, amp) equations (whereas for his, his question marks are as spaced from the equal sign as the others). Is there a way to properly space the content like what he did (and get the enumeration numbers to the left of the 4 equations on the left)?



\Rightarrows spaced out more in between the left and the center column of equations, and the left 4 equations having enumerations. – Superman Jun 06 '20 at 23:48