Categories
Mathematica

Mathematica and greek letters (v10 and above)

As already described in Mathematica and greek letters (v7 and v8), if you use greek language for text, Mathematica handles greek letters as special characters, because greek letters are important to mathematical expressions. The workaround described in the above article solved the issue of greek letter bad rendering in text to old versions of Mathematica. […]

Categories
Mathematica

Mathematica and greek letters (v7 and v8)

Mathematica versions 7 and 8 and specifically on Linux, have issues with the greek letter rendering. This is an article describing a workaround for the issue. The rendering problem is that mathematica handles greek letters even in text strings differently from other characters, because greek letters are important for mathematics. So when you use greek […]

Categories
Mathematica Programming

Symbolic analysis of Euler-Bernoulli beam

This package solve a beam based on the beam theory of Euler-Bernoulli. You can define a beam, constraint conditions, the load function and stiffness (EI) function for every x on the length of the beam L. You can use in the above definitions the functions DiracDelta, HeavisideTheta for declaring discontinuities, such as in the case […]

Categories
Mathematica Programming

Symbolic static analysis of a 2d frame

This package for mathematica solves any two dimensional frame or system of beams, using the matrix stiffness method. It shows the local forces for every element of the frame, the global forces, the reactions and displacements in each node. Draws diagrams of the solved frame, like moments (M), axial forces (N), shear forces (Q), external […]