Message Boards Message Boards

0
|
5929 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

How can i solve this limit

Posted 10 years ago

Limit[z^n/(1-z), n->Infinity].

help me out plz

POSTED BY: Muzahoo jee
2 Replies
Posted 10 years ago

Thanks Daniel Regards

POSTED BY: Muzahoo jee

Put an assumption on the magnitude of z.

Limit[z^n/(1-z), n->Infinity, Assumptions->Abs[z]<1]                    

(* Out[2]= 0 *)

Limit[z^n/(1-z), n->Infinity, Assumptions->Abs[z]>1]                    

(* Out[3]= ComplexInfinity *)
POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract