photo

Raiven Balderas


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

18 질문
0 답변

순위
41,421
of 300,759

평판
1

참여
18 질문
0 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Conceptually, what do newton basins/ newton method solve for
What problem does newton basin solve? What problem does newton's method solve?

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Pseudocode for Fast Fourier Transform
can anyone provide a pseudocode/link/information of the Fast Fourier Transform for arrays of length n = 2^(l), where(l) is a po...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to integrate polynomials ?
How can i integrate polynomials without using built in integral commands... For example : c=[1 2] d=[1 0 -1] Only thing...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can someone tell me what is wrong with my code, and any corrections to be made?
The problem lies within newton_basic, i receive an error that dimensions do not match, however, i do not know how to fix the iss...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


sum of polynomials help
Make a Matlab function called polyadd.m that accepts as input the coefficients of two polynomials and outputs the coefficients o...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to do polynomial differentiation
How to do polynomial differentiation without using known matlab commands

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to implement this psuedocode as script
Implement the following pseudocode within your script. n = a randomly chosen integer between 1 and 10^6 Display n to the s...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to implement this pseudocode as script
n= a randomly chosen integer between 1 and 10^6

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


What is wrong with my code?
Attached is my code. It should be a brief animation , but its not. Can anyone debug?

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


What is wrong with my script?
Im trying to answer question 3 of my homework.. A script that calls my ieuler code and puts it in three different scenarios.... ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


How can i use my euler code to solve an epidemic?
How can i use my improved euler code attached to solve an epidemic(Attached) #3.

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


How would I improve my euler code?
How can i improve my euler code? Code is attached ... I believe i have to improve it by using trapezoids instead of rectangles.....

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


what is wrong with my newton code? file attached
What is wrong with my newton code? file is attached.

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Referring to question 5 part two... How do i plot the resarray values? There should be two lines, resarray on the y-axis using loglog scaling VS. iterations on the x-axis
I am attaching my bisection code, my newton code, and HW4 file and also Homework assignment HW4.pdf... i dont need help with my ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


How do i change this " while loop " to a for loop while still arriving to the same end product?
function [r,resarray] = newton(f,df,x0,tol,maxiter) %f = @(x) x^3-3 %df= @(x) 3*x.^2 %x0= 1 %tol=10^-6 %maxiter=...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How would my code be written in psuedocode?
How would my code attached be written in pseudocode? im working on a bisection method. MY code is attached in file

거의 8년 전 | 답변 수: 1 | 1

1

답변

질문


Try to answer bonus question
Screenshot is attached. Comment what the code to the bonus question is. Also provide explanations.

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to store values from toc into an array
help with bonus question

거의 8년 전 | 답변 수: 1 | 0

1

답변