Given matrix A (3×3) and vector b (length 3), solve the linear system Ax = b using np.linalg.solve.
Return x as a 1D numpy array, rounded to 6 decimal places.
Ready to take your skills to the next level? Enroll in our comprehensive Data Analyst Career Track to master SQL, Python, Excel, and Power BI.
Run your code to see the result here.