n


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
148,372
of 301,990

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 21,481

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 177,922

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to write the Taylor Series approximation for arctan?
Here's the Taylor Series approximation: arctan(x) = x - (1/3)x^3 + (1/5)x^5 - (1/7)x^7... I want to write a function with...

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

1

답변

질문


What's wrong with my code? (Beginner's question; geometric sum)
This is the sum I'm trying to use: 1 + r^2 + r^4 + r^6 + ... + r^n If n isn't even, I'm supposed to display an error. H...

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

2

답변

질문


How to properly write this sum using a for loop? (Beginner's question)
The sum I'm trying to write is: 1 + r^2 + r^4 + r^6 + ... + r^n If n isn't even, I'm to display an error. Here's my cod...

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

1

답변

질문


Another way to create a string of lowercase letters?
I'm trying to create a function that will create a string of as many lowercase characters from a-z as specified by the input. ...

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

1

답변

질문


What is wrong with my code? (Beginner's question)
Function 1: function [x,y]=func1(x,y) x = input('Enter how many tickets you would like: '); y = input('Enter ...

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

1

답변