Group Abstract Group Abstract

Message Boards Message Boards

2
|
4.4K Views
|
6 Replies
|
19 Total Likes
View groups...
Share
Share this post:

Can Mathematica be used just like BASIC?

POSTED BY: James Jakubow
6 Replies

Well, thank you all for your responses. It is appreciated. I guess it is time to start on page 1 of the manual. That is the only way I'm really going to find out how it is different/similar to my old workflow. James

POSTED BY: James Jakubow

Eric: Thanks for asking. I used BASIC for accessing ASCII files and analyzing data we would pull from long streams of operant data from psychology experiments (basically long streams of numbers up to about 250,000 per file). No commercially available programs were available because of the niche work being done at a university lab. Frankly, once the 2000s rolled around, people kept telling me to get rid of BASIC and move on to something else. BASIC works so why should I move on? Mathematica, however, seems to do some wonderful things that "could" make some of my programming outputs (graphing) easier to achieve. The problem is, I don't know anyone who uses it and all the discussions of the software seem to be people doing work very unlike myself.

POSTED BY: James Jakubow
Posted 3 years ago
POSTED BY: Eric Rimbey

Interesting that your application is in the area of psychology! A long time ago, I helped my wife (who is not a programmer) with a lot of data wrangling and visualization for a project related to social network analysis in high schools. The raw data was in paper forms that students filled out, which was then entered into a structured text file (CSV, if I remember correctly). We use Mathematica to process this data: removing a lot of errors from manual entries and cleaning things up. Next we used the statistical functionality to do a basic overall analysis. Then we used the visualization function to create various plots (community graph plots, etc.)

If you're willing to put in the time to learn this great Mathematica tool (e.g. read the Elementary Introduction: https://www.wolfram.com/language/elementary-introduction/2nd-ed/) then I think you will enjoy programming in Mathematica (Wolfram Language) a lot more than programming in BASIC.

POSTED BY: Arnoud Buzing

Dear James, welcome to Wolfram Community! A person who was starting from BASIC too here :-) There are many examples of "simple data analysis program". For instance, depending on wha you need, you can find some simple starting guides here:

How to | Do Statistical Analysis

Generally speaking Mathematica is perfectly capable of both procedural (BASIC-like) and functional programming. Actually its strength is in so called multi-paradigm programming approach. These are procedural functions guide if this is what you have been asking:

https://reference.wolfram.com/language/guide/ProceduralProgramming.html

But I assure you there are much more to it than that making actually live of scientists easier. Perhaps you can narrow down for us what you need or maybe some of these courses could be helpful:

https://www.wolfram.com/wolfram-u/courses/catalog/?topic=data-science

POSTED BY: Vitaliy Kaurov
Posted 3 years ago

Maybe you could provide an example of the kind of computation you want to do. Then we could examine the pros and cons of using Mathematica in that context.

POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard