Statistik
All
RANG
155.675
of 301.642
REPUTATION
0
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 21.371
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
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>> ...
mehr als 4 Jahre vor
Gelöst
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 ...
mehr als 4 Jahre vor
Gelöst
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 : ...
mehr als 4 Jahre vor
Gelöst
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:...
mehr als 4 Jahre vor
Beantwortet
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_...
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_...
fast 5 Jahre vor | 0
Frage
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...
fast 5 Jahre vor | 2 Antworten | 0

