Community Profile

photo

Nitzan Haviv


Last seen: 3 months ago|Active since 2021

Statistics

All
  • Solver
  • Thankful Level 1

View badges

Content Feed

View by

Solved


Side of an equilateral triangle
如果一个等边三角形面积,然后我s the length of each of its sides, x? <> ...

9 months ago

Solved


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 ...

9 months ago

Solved


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 : ...

9 months ago

Solved


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:...

9 months ago

Answered
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_...

9 months ago | 0

Question


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...

9 months ago | 2 answers | 0

2

answers