| Author |
Message |
Topic: Defining a variable as an integer |
dreamspy
Replies: 8
Views: 3512
|
Forum: Math Posted: January 30, 2010 7:27 PM Subject: Defining a variable as an integer |
That works beautifully, thanks
Regarding the programming then it's not that big of a deal. I'm just interested because I might like to learn it. But maybe you could point me to some good sourc ... |
Topic: Defining a variable as an integer |
dreamspy
Replies: 8
Views: 3512
|
Forum: Math Posted: January 30, 2010 8:31 AM Subject: Defining a variable as an integer |
| Writing a code for Ti-89 is maybe to advaced for me I think. Although I know a bit of C++ programming. So if it isn't to complicated I would be interested to hear. Actually I haven't tryed out the pr ... |
Topic: Defining a variable as an integer |
dreamspy
Replies: 8
Views: 3512
|
Forum: Math Posted: January 30, 2010 8:20 AM Subject: Defining a variable as an integer |
I had actually thought of this, but didn't know how to type the @ sign. Thanks
I think I understand what you were asking: can the TI-89 be used to integrate certain functions that conta ... |
Topic: Defining a variable as an integer |
dreamspy
Replies: 8
Views: 3512
|
Forum: Math Posted: January 27, 2010 2:45 AM Subject: Defining a variable as an integer |
I think your misunderstanding me
Let me try to rephrase the question.
Let's say that I want to find the solution to :
int(sin(2*n*x),x,0,pi)
where n is an integer (n = ...,-1,0,1,...)
... |
Topic: Defining a variable as an integer |
dreamspy
Replies: 8
Views: 3512
|
Forum: Math Posted: January 25, 2010 8:46 AM Subject: Defining a variable as an integer |
I'm wondering if it's possible to define a variable as an integer? F.x. something similar to:
solve(x^2 = 1,x) | x>1
but it might look more like:
int(x*sin(n*x),x,-pi,pi) | n=integer
or ... |
| |