-1

If anyone can tell me how to access the individual numbers from this list without the label, that would be wonderful. Thank you. This is Maple 2020suppose I want to get only '-2.9134339763' from this software. I have included the screenshot here. For example, in this case, I would like to access -2.913439763

knzinya
  • 13

1 Answers1

2

You could use

subs(values[1], x2);
Robert Israel
  • 448,999