photo

dequan wu


Last seen: 3 months ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
147,779
of 298,634

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,631

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,859

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

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

Answered
Why do the limits of the following two equations have opposite signs? (MATLAB R2024a Update 1 _20240418)
limit((1-(-1)^n)/n, n, 0) have two results, and Matlab only gets one of them. (1-(-1)^n) = (1+(1i)^n)*(1-(1i)^n) or (1-(-1)...

1 year ago | 0

Question


Why do the limits of the following two equations have opposite signs? (MATLAB R2024a Update 1 _20240418)
Why limit((1-(-1)^n)/n, n, 0) = -pi*1i ? limit((1-exp(-pi*n*1i))/n, n, 0) = pi*1i limit((1-(-1i)^n)/n, n, 0) = limit((1-exp(-p...

1 year ago | 1 answer | 0

1

answer