안녕하세요. VFUN 경제운입니다.
요즘 핫한 ChatGPT(이하 챗) 3.5 무료버전을 활용하여 포트란 코딩을 하는 방법을 작성하고자 합니다.
가제 : ChatGPT로 Fortran 프로그램 실습 입문서 (Silverfrost FTN95)
영문 Introduction to Fortran Programming Practice with ChatGPT
Fortran compiler : Silverfrost FTN95
보조프로그램 : Visual Studio
제가 운영중인 유튜브 채널 "Fortran Tutorial"의 포트란 설명 동영상을 보면서
포트란을 배우면 학습효과가 높을 것 입니다.
가능한 기존 동영상을 최대한 활용하고, 기회가 되면 동영상도 업데이트를 고려하겠습니다.
몇 달전에 챗으로 포트란 코딩을 해봤으나 실제 실행하는데는 어려움이 있었고,
코드의 약 50% 이상에서 에러가 발생했습니다..
아마도 포트란 컴파일러 차이에 따른 에러로 예상됩니다.
목차(안)
1. Introduction
1.1 About This Book
1.2 Why Learn Fortran?
1.3 Setting Up Silverfrost FTN95
2. Getting Started with FTN95
2.1 Installing FTN95 Compiler
2.2 Configuring the Development Environment
2.3 Writing Your First FTN95 Program
2.4 Compiling and Running FTN95 Code
3. Basic Concepts and Syntax
3.1 Fortran Program Structure
3.2 Variables and Data Types
3.3 Input and Output Operations
3.4 Arithmetic and Mathematical Expressions
3.5 Conditional Statements
3.6 Looping Structures
3.7 Subprograms (Subroutines and Functions)
4. Arrays and Matrices
4.1 Declaring and Initializing Arrays
4.2 Array Operations and Manipulations
4.3 Multidimensional Arrays and Matrices
4.4 Array Functions and Intrinsic Procedures
5. File Handling
5.1 Opening, Reading, and Writing Files
5.2 Sequential and Random Access Files
5.3 Error Handling and File Management
6. Advanced Topics
6.1 Modules and Interfaces
6.2 Pointers and Dynamic Memory Allocation
6.3 Object-Oriented Features in Fortran
7. Debugging and Optimization
7.1 Debugging Techniques and Tools
7.2 Performance Optimization Strategies
8. Interacting with ChatGPT
8.1 Introduction to ChatGPT and Natural Language Processing
8.2 Integrating ChatGPT with FTN95 Programs
8.3 Building a Simple Chatbot with FTN95 and ChatGPT
9. Case Studies and Examples
9.1 Example Programs Explained
9.2 Practical Fortran Applications
10. Appendix
10.1 FTN95 Language Reference
10.2 Glossary of Terms
10.3 Sample Code and Exercises
첫댓글 원고 작성 원칙
- 모든 문서는 ChatGPT을 활용하여 작성하되, 수정은 가능함
- 한글2020, 신명조, 폰트 10, 여백상하좌우 20mm
기존 유튜브 동영상, 쇼츠의 포트란 소스를 챗지피티 검증을 통해 최적화된 포트란 코드를 원고에 넣기
기존 유튜브 동영상은 QR로 연동 시키기
목차는 기존 'Fortran with FTN95' 목차 준용
포트란 설치방법은 2가지 표기, VS2020+intel Fortran, FTN95
확인