photo

Relly Syam


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

15 Questions
1 Answer

RANK
189,144
of 300,338

REPUTATION
0

CONTRIBUTIONS
15 Questions
1 Answer

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

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

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

4 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

4 years ago | 1 answer | 0

1

answer

Question


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

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

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

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

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

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

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

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

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

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

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

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

4 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

4 years ago | 1 answer | 0

1

answer