Skip to main content
edited tags
Link
edited tags
Link
xzczd
  • 71.6k
  • 10
  • 183
  • 524
Tweeted twitter.com/StackMma/status/1214879549487505408
refine the sentense
Source Link
AsukaMinato
  • 10.6k
  • 1
  • 20
  • 48

it's known to all that ,sometimes higher version is far more slow than low version

this is a example.

Clear["Global`*"]; Plot[Sin[x], {x, 0, 5}] // AbsoluteTiming 

on my computer

enter image description here

enter image description here

So is there a way to use low version in high version?

WhyThe reason why I don't use low version directly is that, high version has more functions,which is more convenient.

thx to the link in the comment.I find this.

https://stackoverflow.com/questions/4983301/executing-code-in-v-5-2-kernel-from-within-v-7-01-session-through-mathlink

it's known to all that ,sometimes higher version is far more slow than low version

this is a example.

Clear["Global`*"]; Plot[Sin[x], {x, 0, 5}] // AbsoluteTiming 

on my computer

enter image description here

enter image description here

So is there a way to use low version in high version?

Why I don't use low version directly is that, high version has more functions,which is more convenient.

it's known to all that ,sometimes higher version is far more slow than low version

this is a example.

Clear["Global`*"]; Plot[Sin[x], {x, 0, 5}] // AbsoluteTiming 

on my computer

enter image description here

enter image description here

So is there a way to use low version in high version?

The reason why I don't use low version directly is that high version has more functions,which is more convenient.

thx to the link in the comment.I find this.

https://stackoverflow.com/questions/4983301/executing-code-in-v-5-2-kernel-from-within-v-7-01-session-through-mathlink

Source Link
AsukaMinato
  • 10.6k
  • 1
  • 20
  • 48
Loading