photo

Nitzan Haviv


Last seen: 9ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
1 回答

Cody

0 問題
4 解答

ランク
155,675
of 301,617

評判
0

コントリビューション
1 質問
1 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,359

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
64,417
of 175,795

コントリビューション
0 問題
4 解答

スコア
51

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

4年以上 前

解決済み


Sum the elements in either diagonal of a square matrix
Sum the elements of a square matrix that lie on either the major diagonal or anti-diagonal. (Include all elements that are part ...

4年以上 前

解決済み


Symmetric matrix
You must create a n-by-n *symmetric* matrix such that A(row,col) = row/col for col >= row. Example if n =3 : output is : ...

4年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年以上 前

回答済み
Effective matrix defining (diagonals)
btw i found another way when N is the dimention of the square matrix d_sec = ones(1,N-1); d_main= ones(1,N).*-2; H = diag(d_...

5年弱 前 | 0

質問


Effective matrix defining (diagonals)
hi, i would like to get some help with defining the next matrix in the easiest way. i know the diag() function but i didnt find...

5年弱 前 | 2 件の回答 | 0

2

回答