I bet you'd be surprised how many people have used TI-BASIC. I wrote a Sudoku solver in it during Calc class. Why not use the gcd function? On my 84, it's under Math->Num->9.
The code is usi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey, I'm trying to figure out how to figure this out. (lol)
Basically, I have a number, 22040, there is a matching number for it that I am trying to figure out.
For example, I know 14100's...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, I hope someone can help me figure out the solution to this problem. I have four ultrasound receivers positioned along two axis. These are the black dots on the blue and orange lines. From thes...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there,
For my final year in highschool I have to do a project.
I chose to build a spotlight that can track people.
Doing that by detecting movement from a static camera and passing it t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
anyone know "how can I calculate the area of a self-intersecting polygon?" how the orientation of any polygon affect its area??
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey guys
please anyone can tell me how can I open an input file to save my inputs for Fortran 77 program
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm pretty sure Sally understands that the normal isn't defined at the corner from this, though the picture of course says the reason why elegantly:
Quote:
Originally Post...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I want to copy an equation into VB.Net that has the Delta symbol in it. I've tried the Math object, and it doesn't have a Delta method. Does anobody know of a function or an equat...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Btw, I was also assuming the triple equals was a typo. If not, then you look to be doing some much more heavy-duty modular arithmetic, but I don't think that's the case. Incidentally #2 becomes a ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there, I'm thinking of getting a tattoo (i know, i know), and I want mathematical symbols on my body.
I would like the "There exists" symbol (backwards E) and "Infinity"...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Glad to hear it
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there ppl. This might be very basic to ask but i have only just started college and i have been given homework in my programming class.
I have been asked to make a program which completes b...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Thanks Jemidiah
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Thanks for all your replys.
I'll think I take your advice and just solve for Y in the original question.
It was good to see the different ways to solve the ellipse. No doubt I will need these ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey guys I need a bit of help with car physics type thing. I am trying to create a simulation of a car moving in a straight line. I have been searching the internet for two days but have not been ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I see many programs around allowing "simulating" a compass on a cellphone, just by specifying latitude and time. How do they work?
Which formula should I use to obtain sun azimut?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm trying to write a small app (I hope it will be small!) for a tennis tournament.
We play doubles (2 vs 2) and there are 6 players.
The thing is, the teams are not constant. We change p...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Not sure if anybody can help with this or not.
The problem is that I have a 10-digit string and there are only 8 possible characters for any one column (a, 1, x, ?, o, U, 7, n, !, D).
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
How would i write this formula in vb.net[2005]?
Code:
Tan(25) * Cos(45) = -Tan
I am trying to obtain the hip pitch of a roof when knowing only the roof pitch
regards
toe
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there,
Not sure which forum subject is best suited. It’s encryption related, sorry if I chose the wrong one.
I have created a tool in vb6 that encrypts bytes using the XOR operator. Now...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
So, I've been programming lately with sudoku puzzles and how to generate/solve them. I do have one problem that I cannot figure out for the life of me, and that is how many unique sudoku puzzles a...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Just to be clear, your second "tree" method is correct, it just wasn't complete. The full tree goes like this:
Win? 18/38 chance
Loss->Win? 20/38 * 18/38 chance
Loss->Loss->Win?...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi there,
I use excel-2007 and I want to know if
Is there any way to display the SUM of the highlighted items in a row?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
The lecturer is a she, and apparently the questions were set by the main college and that lecturer that set it is no more with the college. Some great story going on.
For question 1, i'm going...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Prime factorization of a number is a difficult and tedious process which cannot be automated at a satisfactorily high level, especially for huge prime numbers and their multiples. Thus it cannot b...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine