Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 2D array element Calculation
Post: 2D array element Calculation

I have an array to do some calculation for each element, which looks like this: a = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]My expected results is as follow after calculation: a_1 = [[2, 6, 3], [5, 12, 6], [...
poonck1 Homework 1 3,396 Mar-02-2017, 03:32 PM
    Thread: Call out data from 2D array to perform calculation
Post: Call out data from 2D array to perform calculation

I am now doing a linear regression analysis. The input variable is Size. The output variable is Price. I store the set of data in 2D array. I know using NumPy and SciPy is easy to conduct analysis but...
poonck1 Homework 1 3,336 Feb-28-2017, 01:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020