Statistiques
RANG
189 145
of 300 343
RÉPUTATION
0
CONTRIBUTIONS
15 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 926
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 172
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
can anyone help me fix this? I want to create two conditions for K
% I want to try run this with different case i.e. when 0<=i<=0.5 then K(j,k+1)=int((x-[i(j)])*euler(k,x),x, [0,i(j)])...
environ 4 ans il y a | 0
Question
can anyone help me fix this? I want to create two conditions for K
% clc; clear; format long e %untuk N=10 syms x if i==0:.1:0.5 for k=0:10 for j=1:11 K(j,k+1)=int((x-[...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i write this in matlab?
<</matlabcentral/answers/uploaded_files/702222/IMG_20210804_081917.jpg>> E_n, n=0,..,10 is an Euler polynomial
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
write this in matlab?
<</matlabcentral/answers/uploaded_files/701192/IMG_20210803_091004.jpg>>
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
can anyone help me run this, or get this running
clear; clc; format long e tic %bagian n=10 ; syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how to zoomed plot in same figure
% clear; clc; format long e tic %bagian n=10 syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how to zoomed plot in same figure
% clear; clc; format long e tic %bagian n=10 syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
can anyone help me show the result
%clear; clc; format long e tic %bagian n=10 syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
can anyone help me show the results?
% clear; clc; format long g tic syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 c0=0; c1=...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
can anyone help me graph numerical solutions and exact solutions
% clear; clc; format long g syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 c0=0; c1=1/1...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
can someone help me run this
% clear; clc; format long g syms c0 c1 c2 c3 t r0 r1 r2 r3 c0=0; c1=1/3; c2=2/3; c3=1; r0=0; r1=1; r2=2; r3=3; Eval...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I create a for loop for the this example?
% clear clc syms E0 E1 E2 E3 c0 c1 c2 c3 t r0 r1 r2 r3 K0 K1 K2 K3 format long c0=0 c1=1/3; c2=2/3; c3=1; r0=0; r1=1; r2...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
can anyone help me prepare the code
clear clc syms E0 E1 E2 E3 c0 c1 c2 c3 t r0 r1 r2 r3 K0 K1 K2 K3 format long c0=0 c1=1/3; c2=2/3; c3=1; r0=0; r1=1; r2=2; r3=3;...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
euler polynomial into a matrix form
Matlab code hello anyone can help me I want to find an approximate solution for volterra integral with truncated euler seri...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Can anyone explain what this means. "Warning: Matrix is singular to working precision. "
<</matlabcentral/answers/uploaded_files/564456/IMG_20210327_200548.jpg>>
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how to run c at intervals [0, 1] with a jump of 0.5
s=3; E=[]; for i=1:s for j=1:s E(i,j)=euler(i,c); end end E
plus de 4 ans il y a | 1 réponse | 0
