Questions about the Mathematica control type InputField.

learn more… | top users | synonyms

5
votes
1answer
75 views

Converting to InputForm or StandardForm without deleting comments

Following on from this question: Is it possible to convert an expression to InputForm or StandardForm without losing the comments? For example, ...
1
vote
0answers
63 views

Problem with dynamic interaction between functions?

I have written two functions one for creating list of InputField ...
1
vote
0answers
82 views

Dynamically filling matrix with a[[n,m]] = 1/a[[m,n]]

I'm building a square matrix, with 1s on the diagonal and elements in U the inverse of elements in L, which are random integers drawn from the sequence 1, ..., 9. Given the nature of the problem I ...