Skip to main content

All Questions

1 vote
1 answer
120 views

How to convert this Mathematica expression to another, as described here?

I am working on a function of which the core will consist of something like: ...
nilo de roock's user avatar
1 vote
0 answers
85 views

How Defer[1+Evaluate[1+1] work?

I want to generate some expressions. The expression is not evaluated expect some parts will evaluate first. A simple example is Defer[1+1+1] and in this expression ...
cmc's user avatar
  • 741
2 votes
1 answer
366 views

How to overload the operator "*" as KroneckerProduct [closed]

Can I use the expression below a * b * c * d for short to instead KroneckerProduct[a,b,c,d] automatically when a,b,c,d are ...
cmc's user avatar
  • 741
15 votes
2 answers
2k views

Need help coding/creating a recursive list

I have two lists A and B, each with 99 real numbers. I want to form a list, C, whose ...
Garcia's user avatar
  • 153