I patch mine through Paint (the quality is plenty good enough).
When you drop into Mathcad i'd recommend using:
Paste Special - Device Independant Bitmap
Its less buggy and doesn't slow it down as much (i've found)
Some uni notes I found online:
http://www.sv.vt.edu/classes/MSE2094_NoteBook/97ClassProj/num/midkiff/theory.html
I would normally steer clear of wikipedia where possible. The notes above are ok, there's plenty more to be found online though (this was just a quick search).
I'd recommend...
balazsm,
For your example if you use
a:=1
b:=2
c:=a+b explicit,a,b->1+2->3
(Where -> is the symbolic evaluation on the symbolic toolbar)
By hiding the keywords and displayed evaluation as equal sign you can quite easily get what you're after
c:=a+b=1+2=3
This is using version 13...
Hi there,
Sadly a simple solution never turned up. I've had to use a combination of two options.
The first is as JulianHardy says above.
The second achieves what I was after as far as the presentation of the report is concerned, however it involves using a little cheat which can really screw...
If 'a' is a simple calculation as in my example, that is ok. However if it is a more complex calc, this becomes more of a problem.
Is there a way of just showing the value of the variable 'a' and not it's origins?
Thanks again...
Hi all,
In some reports, where variables have been stated earlier in the report it would be easier for those (other than myself) reading the document to see the values in the calcuation as well as the variables. Obviously this is as opposed to restating the values at the start of the calc (and...
I am trying to model a pin-jointed truss for buckling analysis.
Simple Example Case (2D):
Node 1 (0,0)
Node 2 (0,2)
Node 3 (1,1)
Element 1 - Node 1 to Node 3
Element 2 - Node 2 to Node 3
Properties A E I
Nodes 1 & 2 are constrained in displacement, free in rotation.
Unit load applied at node...
Hi all,
I need to make some variables appear as symbols so I can get the answer in terms of them. When i make them symbolic however, it makes the whole matrix they're in symbolic, even though they only appear in two columns.
How can I make the other values in the matrix normal?
Example to...
When i try to save my document Mathcad flashed up with an error message saying 'Failed to save document'. Does anyone know why this is happening? How can I get around it?! Is my document corrupted? (don't say yes)
I have tried:
1) Save as a different file name (& different folder)
2)...
It is often required for me to state some of the calculated values on the first page of my reports; at the moment i'm just copying the values into a table.
The other day I nearly sent off a report with an out-dated value on the front page after I changed some of the report content and almost...