You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-14
Original file line number
Diff line number
Diff line change
@@ -41,20 +41,30 @@ __I switch to italian, sorry__
41
41
## Structural Safety
42
42
-**LoadCombination**: Compute load combinations in Ultimate State Limit ULS (Stati Limiti Ultimi SLU) and SLT (SLE) accordingly to Eurocode (EU) and NTC2018 (italian normative).
43
43
44
-
GUIDE:
45
-
In 1.2 define:
46
-
-- _comuns A:_ they are just names. Do what you want here
47
-
-- _column B:_ the load values
48
-
-- _column C:_ the category for that value. You have to choose the row number of the categories in column E (names). Example: Cat. C is the 5th row, so insert 5.
49
-
- _column D:_ "s" or "f" only. Lower case. Choose if the load is sfavoreval or favoreval
50
-
Move to another page and to start the program type comb(k) where k is:
51
-
--- 1 if γ EQU
52
-
--- 2 if γ A1
53
-
--- 3 if γ A2
54
-
44
+
GUIDE:
45
+
- In 1.2 define:
46
+
-_comuns A:_ they are just names. Do what you want here
47
+
-_column B:_ the load values
48
+
-_column C:_ the category for that value. You have to choose the row number of the categories in column E (names). Example: Cat. C is the 5th row, so insert 5.
49
+
-_column D:_ "s" or "f" only. Lower case. Choose if the load is sfavoreval or favoreval
50
+
- Move to another page and to start the program type comb(k) where k is:
-**DynamicOfStructures**: Compute eigen values and vectors of a dynamic system. HP: Maximum component of the eigenvector (psi) = +1
62
+
Input: (matrix M, matrix K, the k value in K matrix)
63
+
Three version of the program:
64
+
- din1: Results symbolically and analitically. Be carefull: it's very slow using the texax! Use PC version instead.
65
+
- din2: Only analitically. Use this version with the texas
66
+
- din3: Sometimes the CAS isn't able to determine if a value is positive or not, so din1 and din2 can give an error where there is the if statemant that computes the Maximum component of the eigenvector. In din3 this if statement is disabled. Check the value 1 or -1 by hands!
0 commit comments