Not returning correct Matrix Calculation
|
04-27-2021, 08:09 PM
Post: #2
|
|||
|
|||
RE: Not returning correct Matrix Calculation
Hi, Amer7
Tried this in Numpy, Excel numbers were wrong. >>> from numpy import * >>> A = array([ ... [2568.0000, -2568.00 , 1, 0], ... [2568.0000, 2568.00000, 0, 1], ... [3852.1284, -2568.00 , 1, 0], ... [2568.0000, 3852.12840, 0, 1], ... [3536.9834, -3411.36 , 1, 0], ... [3411.3569, 3536.98344, 0, 1]]) >>> B = dot(transpose(A), A) Code: >>> print B |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Not returning correct Matrix Calculation - Amer7 - 04-27-2021, 06:47 PM
RE: Not returning correct Matrix Calculation - Albert Chan - 04-27-2021 08:09 PM
RE: Not returning correct Matrix Calculation - Amer7 - 04-27-2021, 08:20 PM
RE: Not returning correct Matrix Calculation - Albert Chan - 04-27-2021, 10:56 PM
RE: Not returning correct Matrix Calculation - Amer7 - 04-28-2021, 05:25 AM
|
User(s) browsing this thread: 1 Guest(s)