Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
Use of seq()? (83/84)
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Use of seq()? (83/84) (Read 2512 times)
0 Members and 1 Guest are viewing this topic.
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Use of seq()? (83/84)
«
on:
October 12, 2011, 12:35:00 pm »
What is the syntax and use for seq() ?
Logged
Sig wipe!
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: Use of seq()? (83/84)
«
Reply #1 on:
October 12, 2011, 12:56:00 pm »
http://tibasicdev.wikidot.com/sub
is a good article on its uses ^^
Logged
turiqwalrus
LV8
Addict (Next: 1000)
Posts: 840
Rating: +51/-2
Wheeeeeee~!
Re: Use of seq()? (83/84)
«
Reply #2 on:
October 12, 2011, 01:00:43 pm »
that's sub(
maybe
this?
Logged
Xeda112358
they/them
Moderator
LV12
Extreme Poster (Next: 5000)
Posts: 4704
Rating: +719/-6
Calc-u-lator, do doo doo do do do.
Re: Use of seq()? (83/84)
«
Reply #3 on:
October 12, 2011, 01:01:33 pm »
seq(f(X),X,n,m) where f(X) is an equation, n is the lower bound, and m is the upper bound. For example, seq(X^3+3X
2
+3X+1,X,0,5)
Logged
My pastebin
|
Pokémon Amber
|
Grammer Programming Language
|
BatLib Library
|
Jade Simulator
|
Zeda's Hex Opcodes
|
FileSyst Library
|
CopyProg
|
TPROG
|
GroupRead
|
Lbl Read/Write
|
Z80 Floating Point Routines
(
z80float on GitHub
)|
Z80 Optimized Routines Repository
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Use of seq()? (83/84)
«
Reply #4 on:
October 12, 2011, 01:02:56 pm »
Thank you ppl!
Logged
Sig wipe!
Deep Toaster
So much to do, so much time, so little motivation
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 8217
Rating: +758/-15
Re: Use of seq()? (83/84)
«
Reply #5 on:
October 16, 2011, 01:19:28 pm »
It's a really useful routine, but it's slow. Remember to use [tibd]binomcdf[/tibd] instead for sequences like {1,2,3,4...
«
Last Edit: October 16, 2011, 01:19:58 pm by Deep Thought
»
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
Use of seq()? (83/84)