You have a 2D matrix . Perform the singular value decomposition. Return the sum of diagonal elements of , rounded to one digit after the decimal point. For more info, you can check the NumPy documentation.
The input should be a matrix as a nested list.
The output should be a floating-point number.