photo

Anastasia Kyriakou


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
164,429
of 297,503

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
10.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


optimization by minimizing the MAD
I have collected some real assets and i have calculated the rate of return of those. I have to do portfolio optimization by mini...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help for a function which works like triu function in matlab
we have seen the function triu(A,k) which extracts upper triangular part of A. But i have to write my own function with the head...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Triu function in matlab programming
Matlab has a function triu(A,k) which extracts upper triangular part of A.Write your own function with the header U = myTriu(A,k...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Plotting 3 graphs in the same figure
Write a programme to plot the function f(x)=xsin(pi(9x+1)) over the interval [−1, 1] using increments in x of (a) 0.2, (b) 0.1, ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Error in a code which computes sqrt(a)
One of the methods to compute sqer (a) , a>0 is X(n+1) = (a + (X(n)*X(n-1))/(X(n)+X(n-1)), n = 1, 2, …, with X0=1 and X1=a (T...

5 years 前 | 1 个回答 | 0

1

个回答

提问


algorithm for computing ? is due to Archimedes: how steps can be repeated
The following algorithm for computing ? is due to Archimedes: 1. Start with ? = 1 and ? = 6. 2. Replace ? by 2?. 3. Replace ?...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Explicit Euler integration. Plot x(t) and y(t)
I have this exercise: dx/dt = −x(1 − y), t0 = 0, x(t0) = 0.5, dy/dt = y(1 − x), t0 = 0, y(t0) = 2 These equations ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


improved Euler integration scheme (possible code error) in matlab
I have this ex: dx/dt = −x(1 − y), t0 = 0, x(t0) = 0.5, (3) dy/dt = y(1 − x), t0 = 0, y(t0) = 2 (4) These equations are als...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab: a function y where y is the ?-th Chebyshev polynomial of the first kind evaluated at xy is the ?-th Chebyshev polynomial of the first kind evaluated at xy is the ?-th Chebyshev polynomial of the first k
Chebyshev polynomials of the first kind, ?n(?), are defined recursively as follows: ?0(?) = 1, ?1(?) = ?, and ??(?) = 2???−1(?) ...

5 years 前 | 1 个回答 | 0

1

个回答