update
This commit is contained in:
parent
0bcd8ce52e
commit
33e1dc5118
@ -0,0 +1,6 @@
|
|||||||
|
# 矩阵写入文件后查看
|
||||||
|
import guan
|
||||||
|
import numpy as np
|
||||||
|
matrix = np.random.rand(5, 5)
|
||||||
|
guan.write_matrix_in_markdown_format(matrix=matrix, filename='markdown_matrix')
|
||||||
|
guan.write_matrix_in_latex_format(matrix=matrix, filename='latex_matrix')
|
Loading…
x
Reference in New Issue
Block a user