Quantcast
Channel: MaplePrimes - Questions and Posts tagged with solve
Viewing all articles
Browse latest Browse all 1088

How do I choose two coordinates points over four points? In maple

$
0
0

Hello everyone! I am currently solving on a basic coordinates points for my final year project. This is a part of my coding in maple.


ans := solve({eq5, eq6}, {P2, Q2});
             {P2 = 3.222860033, Q2 = 3.170614592}, 

               {P2 = 1.572224939, Q2 = 5.670614592}

 

I am finding the points of P2 and Q2. From there after solving for eq5 and 6 it will gives two points for P2 and two points for Q2. So how am i going to choose the points using maple coding without copy paste the answer?

Really appreciate if any of us can help me. Thank you in advanced :)


Viewing all articles
Browse latest Browse all 1088

Trending Articles