![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17300432_1579211562056_DEF.jpg)
Anastasia Kyriakou
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
163 994
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
10.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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, ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ?...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Write a function [sn, n] = mySumPi(tol), which outputs ?n and n for the smallest n such that |?n − pi| < tol
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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(?) ...
environ 5 ans il y a | 1 réponse | 0