gpt4 book ai didi

matrix - 在 NumPy 中增加矩阵

转载 作者:行者123 更新时间:2023-12-01 08:37:20 25 4
gpt4 key购买 nike

我从一个 2x4 矩阵 A 开始

import numpy as np
A = np.matrix([[1, 2, 3, 4], [5, 6, 7, 8]])

我还有另一个 1x4 矩阵 B
B = np.matrix([9, 10, 11, 12])

如何连接 A 和 B 以获得 3x4 矩阵 C
C = [[9 10 11 12]
[1 2 3 4]
[5 6 7 8]]

请注意,B 位于矩阵 A 的第 0 行之前。

最佳答案

关于matrix - 在 NumPy 中增加矩阵,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8024896/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com