photo

Oliver


Last seen: bijna 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

bijna 2 jaar ago | 1 answer | 0

1

answer

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

bijna 2 jaar ago | 0

| accepted

Question


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

bijna 2 jaar ago | 1 answer | 0

1

answer