Write a Python program to multipry a Mx N matris by N×A matrix and create a real matrix product
Example:
Input:
Enter value M is 5
Enter value N : 3
Enter value A: 2
Output:
First array:
[[0.92825664 0.62790011 0.80130199]
[0.64283876 0.16558409 0.54573802]
[0.04319311 0.80229079 0.72512472]
[0.8005622 0.98844625 0.6982794 ]
[0.46600134 0.51451131 0.6415925 ]]
Second array:
[[0.31898348 0.49050318]
[0.53845583 0.48259499]
[0.89102055 0.35539951]]
Dot product of two arrays:
[[1.348171
More Details:
Rakshitth
Bangalore
Remote Work
Budget - (₹100 - 1500 INR)