nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

How can I awk, grep, sed, etc. the real and Im parts of a complex number?!?

This is a discussion on How can I awk, grep, sed, etc. the real and Im parts of a complex number?!? within the Shell scripting forums, part of the Development/Scripting category; I have a file of complex numbers written in their real+imaginary parts but without spaces and of different length and ...


Go Back   nixCraft Linux Forum > Development/Scripting > Shell scripting

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-06-2008, 09:38 PM
Junior Member
User
 
Join Date: May 2008
My distro: Ubuntu
Posts: 1
Rep Power: 0
satyavan is on a distinguished road
Default How can I awk, grep, sed, etc. the real and Im parts of a complex number?!?

I have a file of complex numbers written in their real+imaginary parts but without spaces and of different length and with or without exponentials, such as:

0.4672547e-7+.95475538e-3i
.4574785e-1+0.274636i
1.58365834-.5982347e-2i
......

I would like to separate the above into real an imaginary parts as follows:

0.4672547e-7
.95475538e-3
.4574785e-1
0.274636
1.58365834
-.5982347e-2

I tried out built-in functions for string manipulation like awk, sed, grep, etc. but could not find a way to do that. Can anyone help?

Thanks in advance.
Reply With Quote
Sponsored Links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Real Interview Questions Ashish Pathak The Hangout 14 06-26-2008 12:32 PM
Grep ip address in Linux or UNIX sweta Getting started tutorials 0 07-27-2007 06:47 AM
Use float real numbers in a shell script hao Shell scripting 1 03-16-2007 01:35 AM
Grep and remove files Linux software 1 01-05-2006 06:25 PM
why real player wont play kavi Linux software 1 11-04-2005 11:04 AM


All times are GMT +5.5. The time now is 05:06 PM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36