- Mastering Julia
- Malcolm Sherrington
- 140字
- 2021-07-16 13:42:39
Summary
This chapter introduced you to Julia, how to download it, install it, and build it from source. We saw that the language is elegant, concise, and powerful. The next three chapters will discuss the features of Julia in more depth.
We looked at interacting with Julia via the command line (REPL) in order to use a random walk method to evaluate the price of an Asian option. We also discussed the use of two interactive development environments (IDEs), Juno and IJulia, as an alternative to REPL.
In addition, we reviewed the in-built package manager and how to add, update, and remove modules, and then demonstrated the use of two graphics packages to display the typical trajectories of the Asian option calculation. In the next chapter, we will look at various other approaches to creating display graphics and quality visualizations.
- 現代C++編程:從入門到實踐
- C語言程序設計實踐教程
- 你必須知道的204個Visual C++開發問題
- Visual Basic學習手冊
- 量化金融R語言高級教程
- C# 8.0核心技術指南(原書第8版)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- PHP 7從零基礎到項目實戰
- PrimeFaces Blueprints
- Node.js區塊鏈開發
- ASP.NET Web API Security Essentials
- Scratch從入門到精通
- 城市信息模型平臺頂層設計與實踐
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- C# 7 and .NET Core 2.0 Blueprints