Recent content by sedat

  1. S

    Mathematica Plotting points in 3-D in Mathematica

    Dear Bill, I would like to thank you for your support, it is a very clear explanation. Thesis is totally OK now :) Best Regards Take Care
  2. S

    Mathematica Plotting points in 3-D in Mathematica

    Dear Bill, Eventually, I could be able to verify the answers with CAD and excel. it is OK. Sure that I know unit of the angle is radian in mathematica just like excel, so need to multiply Pi/180 but really it is hard to understand the algorithm of mathematica for me. I am about to...
  3. S

    Mathematica Plotting points in 3-D in Mathematica

    well...my mistake is understood, your code works properly, but I cannot see 3D graph from your code in the screen, it is possible to result from my version of Mathematica? Meanwhile, there was also a problem on my last thesis in last year since the same logic mistake was valid, I mean Degree...
  4. S

    Mathematica Plotting points in 3-D in Mathematica

    Hello friends; The points in the source code is supposed to be drawn in 3-D, S in source code means points in cartesian cordinate (X-Y-Z) respectively. I am supposed to draw the points in 3-D graph. Please friends, help me do this. The source Code is below a2 = 90; Rz1 =...
  5. S

    Mathematica I need a little bit help about mathematica

    Thank you my friend, it works very well.
  6. S

    Mathematica I need a little bit help about mathematica

    source code is the following, l1 = 40.1039; l2 = 12; l3 = 41.8413; l4 = 42.2413; l5 = 35.5833; T = (x - l1*Cos[a Degree])^2 + (y - l1*Sin[a Degree])^2 - (l2 + l3)^2 == 0; P = y^2 + (l5 - x)^2 - l4^2 == 0; M = NSolve[{T, P}, {x, y}]; S = For[a = 0, a < 360, a++, Print[M]]; xroots =...
  7. S

    Mathematica I need a little bit help about mathematica

    I wrote your suggestions into the programme and I saw that I have complex-conjugate roots as you predicted before, but I need to have only real roots and I trace the roots into a plotting in X-Y coordinate system.
  8. S

    Mathematica I need a little bit help about mathematica

    Looking forward to hearing smth from you...
  9. S

    Mathematica I need a little bit help about mathematica

    Hello, my problem is that I could not be able to find to separate the roots with the command of FindRoot. Altough I have 2 non-linear equations, I can solve these with FindRooot, but I'd like to have separetely the roots I mean independent roots each other (x apart and y apart). I wonder if i...
  10. S

    Mathematica I need a help about Mathematica

    my screen result is below.
  11. S

    Mathematica I need a help about Mathematica

    Brother, thanks for everything, I would like to have a suggest from you about the points (x,y,z) found by matries algebra in the last step, I mean how I ought to put the points into 3-D, namely; the plotting ought to look very very nice:) maybe it is plooted in 2-D. What do you suggest me?
  12. S

    Mathematica I need a help about Mathematica

    I am so thankful to you, it is a very good expression to me and I am brink on maneging to these thanks to you, Last thing that I need is that I would like to put each T1, T2 and T3 into some matries and result it. I tried this, but I could not. pls help about this. I mean that these...
  13. S

    Mathematica I need a help about Mathematica

    I am looking forward to ur responses...
  14. S

    Mathematica I need a help about Mathematica

    Greetings from Turkey, Friends, I have a big problem about Math. the problem is that I have three equations having 16th orders and I got 16 amount roots which have both complex conj. and real parts by solving these equations with the code of the NSolve, up to here It is all ok, but I would...
Back
Top