Feeds
질문
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...
거의 3년 전 | 답변 수: 1 | 0
1
답변답변 있음
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 +...
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 +...
거의 3년 전 | 0
| 수락됨
질문
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...
거의 3년 전 | 답변 수: 1 | 0