22. Normalize a Matrix

Easy

Normalize the array Z by subtracting its mean and dividing by its standard deviation: (Z - mean) / std.

Sign in to write and run your own code.

Implement solve(...)