Find Easy-to-Use Math Programs to Simplify Your Calculations

AI Thread Summary
There is a discussion about finding user-friendly math software for organizing and manipulating long strings of digits. The initial inquiry suggests a need for software that can group digits, perform addition, and handle incremental subtractions. While most sophisticated math software is not free, it is suggested that a simple program could be written in a programming language. Microsoft Excel is mentioned as a useful tool for this purpose. For those interested in learning programming, MATLAB is noted as effective but not free, while Octave is highlighted as a free alternative, though it may be challenging to install. The conversation shifts to programming languages suitable for mathematical tasks, with C++ recommended over BASIC due to its greater utility, despite both lacking built-in math features. The user expresses interest in writing a program to explore patterns in irrational numbers, indicating a desire for a language that can efficiently handle such mathematical investigations.
carterw
Messages
5
Reaction score
0
Hi All,

Does Anyone know of any Math programs that are easy to use that I can download from the net.
What I am trying to do is organize a long string of digits in groups of three, add the groups, and subtract from each running total certain incremental values.

Thanks in Advance.

Dan
 
Computer science news on Phys.org
Most sophisticated math software is not free.

From the sound of it, you should be able to write a simple program in the language of your choice to do what you need to do, without having to use any pre-existing software.

- Warren
 
Thanks Warren,

I was able to do some significant things with microsoft Excel.
I am not very familiar with programming languages but would like to begin study. Would you have any suggestions as to the language that can be learned the fastest that can also handle math well?

Dan
 
Well, MATLAB comes to mind -- but it's not free.

- Warren
 
Hi Warren,

I heard that "Octave" is also free software and is also useful. I even have all the files unzipped in a folder. But it looks like a daunting task to learn how to install this.

Also. To learn a language like C++ or Basic; What kind of limitations might these have.

I am looking at writing a program that will search a broad spectrum of irrational numbers (roots of integers from zero up) - for certain patterns.
For example the string of the 2187th root of 2368 displays remarkable properties that I would like to investigate. But I need to determine to what extend these patterns are due to random distribution.

What kind of a language do you think would be adequate, and one in which I should invest time in learning?

Thanks,
Dan
 
Well, neither C++ nor BASIC provide any actual math-related features; you'll have to code algorithms by hand. C++ is a much, much more useful language than is BASIC, so, on that merit alone, I suggest C++.

- Warren
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Replies
6
Views
6K
Replies
1
Views
4K
Replies
9
Views
3K
Replies
2
Views
2K
Replies
1
Views
2K
Replies
16
Views
3K
Back
Top