Recent content by mzu

  1. M

    Top Sky Viewing Apps for iPhone: A Comparison

    I used StarryNight back when I was still using Windows. Very nice app. Now on my Mac I use Stellarium which is also a very good app in my opinion. On my Galaxy Tab, Ipad, and Iphone I use Star Chart which I enjoy a lot
  2. M

    MATLAB How to Correctly Plot 1/Sqrt(1-(v²/c²)) in Matlab?

    Thanks for the help. Does that mean that whenever I need *, /, ^, I need to enter a dot if it's not Matrix operations ?
  3. M

    MATLAB How to Correctly Plot 1/Sqrt(1-(v²/c²)) in Matlab?

    Great, thanks for the help. This actually works and gives the same result as Mathematica. Can anyone tell me why those dot's need to be there ? Is there a rule or so about when to put a dot and where ? Regards, Michael
  4. M

    MATLAB How to Correctly Plot 1/Sqrt(1-(v²/c²)) in Matlab?

    Hey everyone, I'm trying to create a plot in Matlab but just keep getting errors. It works very well in Mathematica but I want to learn some Matlab. However with all the errors I get I will probably stay with Mathematica. Maybe someone here can help me out. So, I'd like to create a plot of...
  5. M

    Mathematica Mathematica Help for Negative Numbers and Functional Programming

    Hi, Thanks for the info. I've been looking around on Wolframs website and looked at a few examples. I just got the book "An Introduction to Programming with Mathematica". This one seems quite good in explaining things. I've done quite some calculations in Mathematica during the learning...
  6. M

    Mathematica Mathematica Help for Negative Numbers and Functional Programming

    OK I found it myself. Instead of just writing -2^2, I have to write (-2)^2 and this gives the correct result. However, the question about a functional programming tutorial still stands. Michael
  7. M

    Mathematica Mathematica Help for Negative Numbers and Functional Programming

    Hi, Quick question about Mathematica. As far as I know, squaring a negative number should give a positive result, right ? Let's say -2² should be 4 or is that wrong ? When doing this in Mathematica I get -4 as a result. Shouldn't it be 4 ? Any help is greatly appreciated. Also, does...
  8. M

    Mathematica Where Can I Find Good Mathematica Programming Tutorials and Books?

    Thanks for the reply. Appreciated ! I'll take a look at 'Mathematica Cookbook'. I didn't expect to find a whole book on GUI programming. The main interest is in programming "applications" as can be found on Mathematicas website. We'll see if the Mathematica Cookbook will help.
  9. M

    Mathematica Where Can I Find Good Mathematica Programming Tutorials and Books?

    Hi everybody, This is my first post in this forum. So, "Hello everybody" ! I hope someone can help me. I started to learn Mathematica a few weeks back and really like the software. I actually prefer it over Matlab but that's just my personal opinion. I used 'Mathematica demystified' and...
Back
Top