Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 729 Bytes

scientific-computing.md

File metadata and controls

20 lines (14 loc) · 729 Bytes
layout title permalink
page
Scientific Computing
/scientific-computing/

The blog posts of this section relate to the module Scientific Computing in the course in the course MCT4000 Introduction to Music, Communication and Technology. The aim of the module is to learn to a high-level object-oriented programming language solve complex problems and to analyze or visualize data.

{%- if site.posts.size > 0 -%}

    {%- for post in site.categories.scientific-computing -%}
    {%- include list-body.html -%}
    
    {%- endfor -%}
    
{%- endif -%}