InputString prompts
- To: mathgroup at smc.vnet.net
- Subject: [mg17326] InputString prompts
- From: Kristen Rounds <krounds at accessone.com>
- Date: Fri, 30 Apr 1999 23:22:41 -0400
- Sender: owner-wri-mathgroup at wolfram.com
I would like to customize the prompt for an InputString to display 3 matrices, as well as a text statement. This is my code as is: terma=InputString["Which term of the A matrix to change"]; I would like to add the display of MatrixForm[A1x],MatrixForm[A1y],MatrixForm[A1z] to the question "Which term of the A matrix to change". Is there a way to do this? Thanks, Kristen