Archive

Archive for the ‘Neotectonics’ Category

calculate square root

19 Mart 2023

function calculate() {
var number = document.getElementById(”number”).value;
var result = Math.sqrt(number);
document.getElementById(”result”).innerHTML = “The square root of ” + number + ” is ” + result;
}

Square Root Calculator
Enter a number:

Calculate

Neotectonics

Syllabus

17 Nisan 2021

4 March 2021:  Introduction
11 March 2021:  Earthquakes (seismmic waves, locating, size, energy)
18 March 2021:  The elastic rebound theory, the earthquake cycle, intensity, aftershocks, magnitude-frequency relation, earthquake models
25 March 2021:  Earthquake damage, site effects,
1 April 2021:  Ortographic projections, focal mechanisms
8 April 2021:  Seismotectonics
15 April 2021: Tatil
22 April 2021:  Tectonic geodesy I
29 April 2021: Mid-term exam
6 May [...]

Neotectonics