import numpy as np units = np.array([[3, 0, 2], [1, 4, 5]], dtype=np.float64) unit_prices = np.array([2.50, 4.00, 1.25])