Computer Science, asked by akshaydubhashi55, 10 months ago

Stacking arrays
Description
Merge the three arrays provided to you to form a one 4x4 array.

[Hint: Check the function np.transpose()]



Input:

Array 1: 3*3

[[7, 13, 14]

[18, 10, 17]

[11, 12, 19]]



Array 2: 1-D array

[16, 6, 1]



Array 3: 1*4 array

[[5, 8, 4, 3]]



Output:

[[7 13 14 5]

[18 10 17 8]

[11 12 19 4]

[16 6 1 3]]

Answers

Answered by kirpalsingh369258
0

Answer:

J3+3327!

dffttio7*3@:'6.68':###))$,

czoj-$/

-*@3

Similar questions
Math, 10 months ago