Community Profile

photo

Relly Syam


Last seen: 1 year ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Answered
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)])...

2 years ago | 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-[...

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


write this in matlab?
<</matlabcentral/answers/uploaded_files/701192/IMG_20210803_091004.jpg>>

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers

Question


Can anyone explain what this means. "Warning: Matrix is ​​singular to working precision. "
<</matlabcentral/answers/uploaded_files/564456/IMG_20210327_200548.jpg>>

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer