wenny li
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 5
- サブスクリプション 2
投稿
wenny liによる最近のアクティビティ-
How to use gurobi to describe the process of finding the rank of matrix without objective function?
回答済みIf have a general square matrix[[1,1,0],[1,1,0],[0,0,0]].(the element is on a binary field--Galois Fields) I want to find the rank of this matrix(like the function:np.linalg.matrix_rank). How can d...
-
How to use gurobi to describe the process of finding the rank of matrix?
回答済みIf have a general square matrix[[1,1,0],[1,1,0],[0,0,0]],I want to find the rank of this matrix(like the function:np.linalg.matrix_rank).How can describe this process use gurobi?Actually the elemen...