GeneralThis forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Originally posted by Whitehat I don't talk to evil beings. Satan, go away.
Although this literally had me laughing out loud, and couldn't type for a minute, I think in the future you may wanna reconsider posting such EXTREMELY humerous things until the person has their issue solved, even if it means resisting the greatest of urges
Originally posted by Whitehat I don't talk to evil beings. Satan, go away.
This is what I found somewhere else in this forum and maybe you haven't seen it
Quote:
When you respond (as the first responder) to a thread with 0 replies it loses more than half it's viewers. Several people browse this board on quite slow connections, so they tend to glimpse over the forum, find a post they can respond to with 0 replies (meaning they don't have to read through a swarm of other posts) and post. If you respond with things like "Me to" or simple phrases like such, then those members will likely go without ever seeing the post. It really is a dis-service to the originator.
If you want to help , no one will stop you from doing it . But ,
please don't stop others from helping me.
I think not a lot of people do math because they don't need it. Like me....I was never a Compsci major. I was a marketing/business major. Didn't need a lot of math...
Location: a tiny place caled hendrik ido ambacht in the netherlands
Distribution: SuSE, debian, slackware, lfs
Posts: 1,358
Rep:
Hi there. I see you are from Hyderabad. Is that in Pakistan or India?
But never mind that. This recrucive formula seems kinda hard. Do you know what a Z transform is? It's the descrete counterpart of the fourier transform. Aplie a Z transform on both sides and see where you get. After simplyfing the resulting equation, aply an inverse Z transform to get a(n).
Tell me if you understand what i'm saying. It's quite possible you don't know that a Z transform is, or you call it differently.
Location: a tiny place caled hendrik ido ambacht in the netherlands
Distribution: SuSE, debian, slackware, lfs
Posts: 1,358
Rep:
No, if you don't know what a Z transform is, you probebly don't need to solve it that way.
I find this problem quite hard to solve because it's not linear. I don't understand how to solve somthing like that. I looked in my books and on the net I tried solving it my self. I can't seem to crack it.
What I tried doing was guessing an form of an solution and filling in the parameters. For instance, I looked if there were solutions of the form a(n)=r^n, where r is an arbitrary parameter. But no matter who you choose r, the equations just doesn't solve, because filling things in you equation:
Code:
a(n) = -2n*a(n-1)+3n(n-1)*a(n-2) <=>
r^n = -2n*r^(n-1)+3n(n-1)*r^(n-2) <=>
r^n = r^n*(-2n*r^-1+3*n(n-1)*r^-2)
from this it is clear that
-2n*r^-1+3*n(n-1)*r^-2 = 1 for every n={...,-2,-1,0,1,2,....}
But that's not possible
I also tried it with a(n)=n^k*r^n with k an r arbitrary constants, but no luck
I hope you can crack the case. Good luck. And do tell me how it's supposed to be solved.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.