photo

Oliver


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Perform minimization w.r.t. scalar on product of Cell arrays
I need to minimize this expression with respect to : For clarification: is a 4x4 unitary matrix, the part in the middle repr...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Create Blockdiagonal using Cell Array with entries being Function handles
primitive but works: @(s)[((x1 + 1)^s + (x1-1)^s) / ((x1 + 1)^s - (x1-1)^s), 0, 0, 0; 0, ((x1 + 1)^s + (x1-1)^s) / ((x1 +...

fast 2 Jahre vor | 0

| akzeptiert

Frage


Create Blockdiagonal using Cell Array with entries being Function handles
I'm trying to build a Blockdiagonal Matrix A out of a cell array with its entries being function handles. Thus A consists of the...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort