68 reputation
3
bio website
location
age
visits member for 8 months
seen Jan 21 at 3:09
stats profile views 14

Dec
27
asked How do I insert a piece of code in Mathematica?
Oct
19
accepted How to run a Mathematica program using command line on windows?
Oct
15
comment How to run a Mathematica program using command line on windows?
@Ajasja I have tried as you suggested. Can you tell me how to add MathKernel in the PATH variables? So I can simplely use MathKernel.
Oct
15
comment How to run a Mathematica program using command line on windows?
I have tried MathKernel in cmd on Windows. But it said thtat something like "MatheKernel is not a command". How to install the command?
Oct
15
comment How to run a Mathematica program using command line on windows?
Thank you. But this link does not include the way on windows. I know how to do on Linux.
Oct
15
asked How to run a Mathematica program using command line on windows?
Sep
30
accepted how to read in a file in the same directory?
Sep
30
comment how to read in a file in the same directory?
@Leonid Shifrin: Thank you very much! This is just what I need. I also find System`Private`$InputFileName for a substitution in M7 from another answer of you.
Sep
30
awarded  Supporter
Sep
29
awarded  Student
Sep
29
asked how to read in a file in the same directory?
Sep
25
comment How to insert an expression in a Mathematica program?
Thank belisarius. I find my problem can be easily solved by making the program to a small package.
Sep
25
accepted How to insert an expression in a Mathematica program?
Sep
21
comment How to insert an expression in a Mathematica program?
I find a new problem now. When I try to do Module[{a = 1, b = 2, c = 3, d = 4,x}, x=Evaluate@Get["ExampleData/language"]], the result is still 22 a b + 56 c + 13 a d not 264. Why it can not assign the value of a large expression to a variable? And I often need this assignment in my program. Can you help me?
Sep
21
awarded  Scholar
Sep
21
comment How to insert an expression in a Mathematica program?
I think the form Module[{}, Evaluate@Get["file"]] is just what I need! And dose this equal to directly copy the file in the program? I usually store some very large expressions in the file and then call it to do the numerical calculation.
Sep
20
comment How to insert an expression in a Mathematica program?
I have tried this example and the result is 22 a b + 56 c + 13 a d. The value a=1 is not used and this is just my question.
Sep
20
comment How to insert an expression in a Mathematica program?
I know some. But I do not know how to solve this problem with Packages and Contexts. Can you teach me? Thank you very much!
Sep
20
asked How to insert an expression in a Mathematica program?