> For the complete documentation index, see [llms.txt](https://teamfar.gitbook.io/ktu-cse-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamfar.gitbook.io/ktu-cse-resources/readme/semesters/s1.md).

# S1 & S2

{% content-ref url="/pages/MQCoWp3A9MAoNTIzBj7w" %}
[Chemistry](/ktu-cse-resources/readme/semesters/s1/chemistry.md)
{% endcontent-ref %}

{% content-ref url="/pages/LijADPpMBkkB5U3wRrlr" %}
[Physics](/ktu-cse-resources/readme/semesters/s1/physics.md)
{% endcontent-ref %}

{% content-ref url="/pages/BsWxwJbZy81bxg3aiDeq" %}
[Linear Algebra and Calculas](/ktu-cse-resources/readme/semesters/s1/linear-algebra-and-calculas.md)
{% endcontent-ref %}

{% content-ref url="/pages/qkRE0jV8wkbhsNrsEYsD" %}
[Vector Calculus, Differential Equations and Transforms](/ktu-cse-resources/readme/semesters/s1/vector-calculus-differential-equations-and-transforms.md)
{% endcontent-ref %}

{% content-ref url="/pages/8wGAGtPuzGPjUlpyTA0J" %}
[Basics of Civil and Mechanical Engineering](/ktu-cse-resources/readme/semesters/s1/basics-of-civil-and-mechanical-engineering.md)
{% endcontent-ref %}

{% content-ref url="/pages/WRAMdvAwwYt1o3EhpUwg" %}
[Basics of Electrical and Electronics Engineering](/ktu-cse-resources/readme/semesters/s1/basics-of-electrical-and-electronics-engineering.md)
{% endcontent-ref %}

{% content-ref url="/pages/nXokPO0c5R2it2F0cWUn" %}
[Engineering Graphics](/ktu-cse-resources/readme/semesters/s1/engineering-graphics.md)
{% endcontent-ref %}

{% content-ref url="/pages/YwrW9mfz3XAb54kFLy8m" %}
[Engineering Mechanics](/ktu-cse-resources/readme/semesters/s1/engineering-mechanics.md)
{% endcontent-ref %}

{% content-ref url="/pages/fiJmP7t3UCLx5jY4gZcp" %}
[Programming in C](/ktu-cse-resources/readme/semesters/s1/programming-in-c.md)
{% endcontent-ref %}

{% content-ref url="/pages/ryHVMQ8oWwkZkePVKfgJ" %}
[Life Skills](/ktu-cse-resources/readme/semesters/s1/life-skills.md)
{% endcontent-ref %}

{% content-ref url="/pages/v5xmO9Exn33sC4VU0p1d" %}
[Professional Communication](/ktu-cse-resources/readme/semesters/s1/professional-communication.md)
{% endcontent-ref %}

### 📚 Semester 1 Curriculum

1. **Linear Algebra and Calculus** -Fundamental mathematical concepts including matrices, determinants, eigenvalues, eigenvectors, and calculus techniques.
2. **Engineering Physics A / B** -Physics principles pertinent to engineering applications -*Note:* Students typically choose between Physics A or B based on their curriculum track.
3. **Engineering Chemistry** -Chemical principles and their applications in engineering, covering topics like thermodynamics, electrochemistry, and material science.
4. **Engineering Mechanics** -Study of forces, moments, equilibrium, kinematics, and dynamics of particles and rigid bodies.
5. **Engineering Graphics** -Basics of technical drawing, orthographic projections, isometric views, and introduction to CAD software.
6. **Basics of Civil and Mechanical Engineering** -Introduction to fundamental concepts in civil and mechanical engineering disciplines.
7. **Basics of Electrical and Electronics Engineering** -Overview of electrical circuits, electronic devices, and their applications.
8. **Life Skills** -Development of soft skills, communication abilities, and professional ethics essential for engineers.
9. **Engineering Physics Lab / Engineering Chemistry Lab** -Practical experiments complementing theoretical concepts covered in physics or chemistry courses.
10. **Civil and Mechanical Workshop / Electrical and Electronics Workshop**
    * Hands-on training in basic engineering practices related to civil, mechanical, electrical, and electronics engineering.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://teamfar.gitbook.io/ktu-cse-resources/readme/semesters/s1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
